mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bb460468a4
Summary: Subclassing a ViewManager means an additional PropsSetter class is generated (and other overheads). Instead we can use a Factory/Provider to construct ReactTextViewManager, since we don't actually need a subclass. Changelog: [Internal] Reviewed By: rshest Differential Revision: D36411098 fbshipit-source-id: 11c5ba5c9683a3ae4741cf61338f1983c69d9b69
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.