mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +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