Closed farazshaikh closed 7 years ago
We should probably merge https://github.com/FaridSafi/react-native-gifted-form/pull/84 first to minimize conflicts :)
Hi @farazshaikh, thanks for these fixes! I've just been made collaborator and I'm trying to merge some existing PRs. Would you mind rebasing this on master now?
Closing due to inactivity, feel free to reopen. Another PR was recently merged as well that fixed the example app. Thanks!
The example app needed -import react from 'react' -some (moment) dependancies added to package.json
Fix for validator > 0.4.0 -Uptil validator 0.4.0 validate functions were able to handle undefined and objects. -After 0.4.0 they all expect strings. So modified the _onValidate of the form manager to do the conversion to string.
Thanks Faraz