mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 09:23:16 +08:00
Summary: Fresco should only be initialized once. Re-initializing causes a few problems (https://github.com/facebook/react-native/issues/8677) and we don't need to do it. If a Fresco configuration needs to change, you can just restart the application or add delegates for parts that can change and manually update them instead. Reviewed By: astreet Differential Revision: D3790908 fbshipit-source-id: 9df4c3be15ca49433120abd7ba1a4f5ae2a3f1c1
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.