Search code examples
react-nativeversionupgrade

React Native upgrade version to 0.63 from 0.61.5+ TypeError:


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)


Solution

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