React Native upgrade version to 0.63 from 0.61.5+ TypeError:

372 views Asked by At

ERROR TypeError: undefined is not an object (evaluating '_reactNative.TouchableOpacity.propTypes.style')

ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

1

There are 1 answers

0
Rajesh N On BEST ANSWER

Fixed by replacing TouchableOpacity.propTypes.style with Text.propTypes.style