Farid Safi

Results 10 comments of Farid Safi

same for me Error: Invariant Violation: ReactUpdates: must inject a reconcile transaction class and batching strategy

Hi guys, thank you for this example. I updated it to be able to use it with the latest Expo version. cc @EvanBacon

Hi, i18n is not supported. A pull request would be very appreciate. You can pass the translated texts as props to SubmitWidget

This is how it could be done

Hello @aksonov, thank you! 1. You need to create your own widget (you can copy/paste existing widget then add right images to it) 2. You can use formStyles prop ```...

In your widget supporting right images you need to not use this._renderImage but to you use your own renderImage logic You can copy/past/tweak : https://github.com/FaridSafi/react-native-gifted-form/blob/master/mixins/WidgetMixin.js#L148

I think I didn't understand your needs. To make the validation error image displayed even if no image is passed to TextInputWidget I guess it's not needed to use styles....