question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Example app crashes in iOS with react-native0.62.2

See original GitHub issue

Steps to reproduce

  1. npx react-native init example
  2. cd example
  3. npx pod-install
  4. copy App.js images/*, components/* from react-native-share/example/
  5. run app in ios simulator
  6. 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)

https://github.com/Kta-M/react-native-share-example-app

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8

github_iconTop GitHub Comments

10reactions
Kta-Mcommented, May 30, 2020

@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 to 0.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/28545

1reaction
mikehardycommented, May 27, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found