mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6598292ede
Summary: Adding a new String field for `instanceKey` to ReactContext, which is set via a new constructor on ReactApplicationContext. Also adding getters to ReactContext and ThemedReactContext so that it's accessible from any instance/subclass of ReactContext. This will only be used in bridgeless mode. Reviewed By: mdvacca Differential Revision: D18316556 fbshipit-source-id: 9757da72fde4ba36034c1e129326461fed496229
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.