dai-shi / react-native-dom-expo

[NOT MAINTAINED] A patch library to make Expo work with react-native-dom
MIT License
26 stars 1 forks source link

Unable to update text value in TextInput #6

Open dai-shi opened 5 years ago

dai-shi commented 5 years ago

I'm experimenting with my boilerplate: https://github.com/dai-shi/typescript-expo-apollo-boilerplate

One issue is when making TextInput empty when submitting. It doesn't update the component.

The code: https://github.com/dai-shi/typescript-expo-apollo-boilerplate/blob/3cdc702d996800f3bc12882e9a3791776128fab2/src/components/NewPost.tsx#L24

dai-shi commented 5 years ago

Maybe related: https://github.com/vincentriemer/react-native-dom/issues/37