mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
09aefa191b
Summary: We were using an alias_ref which is like a raw pointer (not managed/retained); as it turns out, everywhere (?) else we accept an alias_ref we convert it to a global_ref (see Binding.cpp, JMessageQueueThread). We've just gotten lucky to not have already hit use-after-free errors. Reviewed By: mdvacca Differential Revision: D17275200 fbshipit-source-id: 581a51da36e96c353ed1117e9e0f428e65d36d69
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.