mirror of
https://github.com/status-im/react-native.git
synced 2025-01-19 22:09:53 +00:00
c15e2bb619
Summary: The logic in `setRtl` is wrong. You would expect that `{rtl: true}` would set the layout direction to RTL, instead it currently does the opposite. This commit fixes the issue. Closes https://github.com/facebook/react-native/pull/9132 Differential Revision: D3657134 fbshipit-source-id: f946698b548988541de7da5565d2ab122746ecf0
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.