mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 00:46:32 +00:00
d891ee1dee
Summary: `ReactModuleInfoProvider` was using `Class` as the keys. This would make the classes to load. This change makes the map use canonicalName Strings of the classes, removing the need for the classes to load at this point. Reviewed By: achen1 Differential Revision: D8944078 fbshipit-source-id: 4aa562d74d6ad3ebb9962b581d4e2f5e89d47ca6
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.