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?
When I try to use this code
It return error TypeError: Cannot read property 'contain' of undefined
Does anyone know how to fix it?