mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 10:06:31 +00:00
5d6e73d0eb
Summary: Initially, we used to mount nodes to Views anytime a node was clicked. This was not useful, since we could still not handle touch when a touch event was already dispatched. Later, a fix was pushed that supported handling touch events for non-View NodeRegions. Part of the intention was to remove this code, but it was forgotten. Reviewed By: sriramramani Differential Revision: D3160532
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.