FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

TypeError: Cannot read property 'contain' of undefined when I user GiftedForm.ModalWidget #139

Open RathanakSreang opened 5 years ago

RathanakSreang commented 5 years ago

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?

rf4u commented 5 years ago

I'm getting the same error. Please guide how to fix it?

duanzjun commented 5 years ago

https://github.com/FaridSafi/react-native-gifted-form/issues/132

pranavvsingh commented 4 years ago

any update on this issue?