mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8c493804f3
Summary: https://github.com/facebook/react-native/pull/22166 removed inline styles from TextInputTestModule but applied the incorrect style to some of the TextInputs - instead of setting the text color, it set the margin. This caused the test to fail because no color was applied. Changelog: [Android] [Fixed] Fixed style in TextInputTestCase Reviewed By: zackargyle Differential Revision: D19912362 fbshipit-source-id: d5068114b726ee7583842e5f6f323862b0c28e44
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.