FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

TextPutWidget could not type in Chinese on RN0.26 #58

Open sparkdreamstudio opened 8 years ago

sparkdreamstudio commented 8 years ago

TextInput's tag should be defaultValue={this.state.value} ,but not be value={this.state.value}