Crashes React Native 0.69.x
See original GitHub issueThe line that fails is buttonTextStyle: Text.propTypes.style,
@mastermoo, would you be open to accepting a PR for this issue? I would make one, but I don’t want to bother if there’s no chance of acceptance.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:6
Top Results From Across the Web
0.69.4 hermes crashes with use_frameworks! enabled #34381
Description Using RN 0.69.4 and enabled hermes causes crash. ... We ran into this issue, too. react-native-firebase 15.x requires ...
Read more >React Native app crashes without any error log - Stack Overflow
my bug was fixed by deleting the build folder(inside android/app) and running npx react-native run-android.
Read more >React Native Crash Reporting and Error Tracking
Automatically on each release build (React Native >= 0.69). Manually uploading your source maps on every release build takes time and is prone...
Read more >Troubleshooting - React Native
If you run into issue where executing npm run android on macOS throws the above error, try to run sudo chmod +x android/gradlew...
Read more >Expo 46, EAS, react-native-firebase and hermes
As far as I can tell, Hermes does not work with react-native-firebase on 0.69.x and Expo SDK 46. Here is an working example...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same error with 70.x version. You can solve the error with only one line. However, it does not bring to make a new pull request. Because the maintainer does not respond anyway.
It is time to make a new package with the whole pull request!
Does anyone want to participate in the team on the package?
@Shin1122 this repo is unmaintained. Use
patch-package
to comment out lines that contain references toText.propTypes
orViewPropTypes