mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff pays the duty in T126215968 where we should move the util methods to a shareable place. ~~I cannot find a good util namespace so I created on under `com.facebook.react.panelapp`.~~ This lives under `com.facebook.react.bridge` next to the `Arguments` class. - Create ~~`ReadableDataParser.java`~~ `JSONArguments.java` - Reuse in multiple places within `react-panellib` Changelog: [Internal] - Code refactor on JSON and ReadableMap conversion Reviewed By: javache Differential Revision: D42978852 fbshipit-source-id: e00a5c4cefcf6114d9a5d947cb00e3ff7f0dccaa
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.