mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-19 00:46:47 +08:00
Summary: Setting the color for a TextInput with nodes was broken. The text color was not being applied due to an optimization that prevented setting spans if begin and end were the same (which is the case for an empty TextInput). This patch depends on D2962643. Differential Revision: D2962394
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.