FaridSafi / react-native-gifted-form

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

add all Widgets to support to store our state outside of GiftedFormManager's store. #127

Open maxto024 opened 6 years ago

maxto024 commented 6 years ago

currently only TextInputWidget and HiddenWidget support to store our state outside of GiftedFormManager's store.

how can I add this functionality to other wigets I have tried but could done it any suggest where should i start .