mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-21 17:10:30 +08:00
Summary: Groups had a crash when running with React with Nodes when returning from a search screen. This was due to the fact that the node representing a ShimmerFrameLayout was being dropped, and then later we were trying to detach it. Since the view was already dropped, we shouldn't try to detach it since it's already dropped and removed from the view hierarchy. Reviewed By: sriramramani Differential Revision: D3004541
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.