We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to use this code
<GiftedForm.ModalWidget title='Biography' displayValue='bio' scrollEnabled={true} // true by default > <GiftedForm.SeparatorWidget/> <GiftedForm.TextAreaWidget name='bio' autoFocus={true} placeholder='Something interesting about yourself' /> </GiftedForm.ModalWidget>
It return error TypeError: Cannot read property 'contain' of undefined Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered:
I'm getting the same error. Please guide how to fix it?
Sorry, something went wrong.
https://github.com/FaridSafi/react-native-gifted-form/issues/132
any update on this issue?
No branches or pull requests
When I try to use this code
It return error TypeError: Cannot read property 'contain' of undefined
Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered: