mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 18:50:07 +08:00
Summary: Older Android devices don't have a large stack by default and with about 16 levels of views the app will crash. Modern Android devices are fine so we can continue to use the system defaults while using a 2MB stack on older Android devices. Closes https://github.com/facebook/react-native/pull/7416 Differential Revision: D3276805 Pulled By: astreet fbshipit-source-id: a7b31a1be62e13f333148ca0908eb01a11aa4562
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.