mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f8261bbe51
Summary: I thought we'd need LayoutDirection on the platform at some point, but it turns out we never use it, and don't seem to need it since components just query via `I18nUtil` one time, and it's expected that apps restart if language changes and we need to switch between LTR and RTL. So, it seems like we'll not have any need for this on the platform at any point. And we can save a byte per layout instruction now. Huzzah! Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D26660908 fbshipit-source-id: 54c7d132f5fa260a93fc7f09f7cf63059d52ed1f
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.