mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 22:38:59 +08:00
Summary: Due to the RTL implementation, the ViewProps spacing array has START and END, whereas Nodes should deal with RIGHT and LEFT directly (just like non-Nodes does). This is the same implementation in use by non-Nodes. Reviewed By: astreet Differential Revision: D3809028
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.