Example app crashes in iOS with react-native0.62.2
See original GitHub issueSteps to reproduce
npx react-native init example
cd example
npx pod-install
- copy
App.js
images/*
,components/*
fromreact-native-share/example/
- run app in ios simulator
- all buttons crashes the app
Expected behaviour
share menu comes in.
Actual behaviour
the app crashes without any messages.
Environment
- React Native version:0.62.2
- React Native platform + platform version: iPhone11, iOS 13.4.1
react-native-share
Version: 3.3.2
Link to repo (highly encouraged)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Example app crashes in iOS with react-native0.62.2 · Issue #789
the app crashes without any messages. Environment. React Native version:0.62.2; React Native platform + platform version: iPhone11, iOS 13.4.1 ...
Read more >ReactNative App Crashes when Deployed to TestFlight
I am working on a ReactNative app that is working on the simulator and works when debugging on a plugged in device (iPhone...
Read more >React Native iOS crashing with bit code enabled (TestFlight ...
When I generate an .ipa file with bitcode enabled, when it uploads to TestFlight, it uploads and processed fine, but when you open...
Read more >React Native App crashes on Launch Screen on device
I'm starting with React Native, everything works fine in the iOS simulator. I decide to try it on ...
Read more >App Center Crashes for React Native - Microsoft Learn
App Center Crashes will automatically generate a crash log every time your app crashes. The log is first written to the device's storage...
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 Free
Top 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
@MateusAndrade, I’ve solved it!
It was a problem on the react-native side. https://github.com/facebook/react-native/issues/28589
Upgrading Flipper in the Podfile from
0.33.1
to0.37.0
solved the problem.In react-native, the following pull requests have already been merged and it looks like they are going to include
0.63.0
😄 https://github.com/facebook/react-native/pull/28597 https://github.com/facebook/react-native/pull/28545Updating examples should never ever take maintainer time 😃 https://github.com/react-native-community/react-native-device-info/blob/master/refresh-example.sh