mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b10474c333
Summary: Virtual shadow nodes, such as RCTRawText, RCTTextInlineImage etc cannot be mounted to a View (ViewManager will throw an Exception if we ever try to). This diff is adding a check to make sure that Exception is never thrown. Reviewed By: ahmedre Differential Revision: D2800869
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.