Farid Safi

Results 44 comments of Farid Safi

Interesting! I might integrate it!

Code example: https://github.com/FaridSafi/react-native-gifted-form/pull/17

Hello @fisch0920, I can't test your code right now but I think your onValueChange is overwritten by https://github.com/FaridSafi/react-native-gifted-form/blob/master/widgets/SwitchWidget.js#L61 You must replace line 61 by something like : ``` js onValueChange={(value)...

Looks good, can you enable it as an option (something like `dynamicForm={true}`) and submit a PR please ? We can include this in next version.

Also, I think you should use widgetStyles prop instead of style for the TextAreaWidget ``` js widgetStyles={{ textArea: styles.customMessage }} ```

Impressive! Features 1/2/3 are very good. Currently I'm working on a react web project so I don't have so much time, but in few weeks I will take a closer...

I implemented such feature https://github.com/FaridSafi/react-native-gifted-form/blob/master/mixins/ContainerMixin.js#L43 If it's not working, then we have a new bug

Yes you can use as root. You can put all kinds of views inside GiftedForm, not only widgets

correct, one solution can be to do like https://github.com/FaridSafi/react-native-gifted-form/blob/master/widgets/GroupWidget.js#L20 in your direct children