fable-compiler / fable-react-native

Fable bindings and helpers for React Native projects
Apache License 2.0
49 stars 11 forks source link

Fix textInput on IOS #18

Closed ddunlea closed 6 years ago

ddunlea commented 6 years ago

I think this should solve the issue being seen in https://github.com/fable-compiler/fable-react-native/issues/17. Instead of having the text field string value be a child, it is instead passed in as a property.

alfonsogarciacaro commented 6 years ago

Great, thanks!

alfonsogarciacaro commented 6 years ago

Fix published in Fable.React.Native 1.6.1 👍