mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
954fc04f58
Summary: The `Event.getSurfaceIdForView` method I added recently is actually a duplicate of `UIManagerHelper.getSurfaceId`, except that the latter doesn't support RootViews very well. Changelog: [Android][Changed] - Improved UIManagerHelper.getSurfaceId and removed Event.getSurfaceIdForView Reviewed By: JoshuaGross, mdvacca Differential Revision: D32102175 fbshipit-source-id: 01741df6b646037a4575e9ca302ea248af9fd6f3
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.