mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 17:00:28 +00:00
4c92a0b962
Summary: Examples that use defaultValue as part of their declaration (such as those examples under UIExplorerApp's TextInput) were being ignored. This patch supports having text set directly on RCTTextInput and handles it properly. Note that this patch depends on D2962643 and D2964847, without which the TextInput example will look wrong. Differential Revision: D2968002
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.