Skip to content

Cannot read property 'style' of undefined #111

@rambmario

Description

@rambmario

Captura de Pantalla 2021-11-06 a la(s) 13 11 00

I commented this lines to works for me
line 21
// const ViewPropTypes = RNViewPropTypes || View.propTypes;

line 150 & 156
Toast.propTypes = {
//style: ViewPropTypes.style,
position: PropTypes.oneOf([
'top',
'center',
'bottom',
]),
// textStyle: Text.propTypes.style,
positionValue:PropTypes.number,
fadeInDuration:PropTypes.number,
fadeOutDuration:PropTypes.number,
opacity:PropTypes.number,
useNativeAnimation:PropTypes.bool
}

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