mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 21:11:45 +00:00
bc28a35bda
Summary: Instead of using plain objects and having to convert to and from them we just use the `Module` class across the codebase. This seems cleaner and can enforce the type as opposed to fuzzy objects.