Skip to content

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

@RathanakSreang

Description

@RathanakSreang

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions