mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-20 09:08:18 +08:00
Summary: Hello Everyone, this series of commits helps to fix problems related to ART on Android. The main problem in here is that the ART components would disappear if the user turns off the screen and then turn it on again. It's important to note that this behaviour only occurs after Android N (7.1 or higher). Pull Request resolved: https://github.com/facebook/react-native/pull/22624 Differential Revision: D15122573 Pulled By: cpojer fbshipit-source-id: e7fb8b9280b4c52562e3d0c1a89759d4d31cd53d
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.