react-native-gifted-form icon indicating copy to clipboard operation
react-native-gifted-form copied to clipboard

"Storing form's state elsewhere " doesn't work with 0.0.5

Open aksonov opened this issue 8 years ago • 2 comments

Cannot set initial values, onValueChange is not called also (for text widget)

aksonov avatar Mar 15 '16 12:03 aksonov

@danielweinmann what do you think?

FaridSafi avatar Mar 18 '16 06:03 FaridSafi

@FaridSafi, I haven't followed your improvements since I started working on react-native-stateless-form.

But, anyway, I believe the way I implemented was a bit fragile: we would have to change the architecture of the whole package to avoid breaking it with new changes, I guess. That's the only reason I invested time on creating react-native-stateless-form, actually. Did you have time to take a look at it and think of ways we can integrate the packages?

@aksonov, if you only need inline text widgets (or if you want to collaborate to the creation of other widgets), you might want to check this out: https://github.com/danielweinmann/react-native-stateless-form

danielweinmann avatar Mar 18 '16 18:03 danielweinmann