ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

TypeError: undefined is not an object (evaluating '_reactNative.Text.propTypes.allowFontScaling') #92

Closed Begmamatov closed 1 year ago

Begmamatov commented 2 years ago

TypeError: undefined is not an object (evaluating '_reactNative.Text.propTypes.allowFontScaling') ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.

hssdiv commented 2 years ago

here are changes that I did (I used: patch-package)

Screenshot 2022-08-11 at 11 24 53

error seems to disappear, but I still have others errors, so I can't confirm that it will work

systemguy commented 2 years ago

what commands did you use ?

ide commented 1 year ago

Addressed by https://github.com/ide/react-native-button/pull/96