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.

react-native@0.62.x is not supported

See original GitHub issue

feature request

Please add support for react-native v0.62+, because currently application is crashed when using react-native-view-shot library. With react-native v0.61.5 it works perfectly.

Version & Platform

react-native@0.62 or higher
react-native-view-shot@3.0.2 or higher

Platform: iOS, Android

Expected behavior

Application is not crashed when use react-native-view-shot library on react-native v0.62+.

Actual behavior

Application is crashing when use react-native-view-shot library on react-native v0.62+.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
eltomalicommented, May 20, 2020

Hi, @eltomali

I’m just curios, what error logs do you get that link the problem to this library?

Hi, Thanks for your response. Got it to Work just now in this last trial. Yess! So here is what I did now after git reseting to the previous working commit:

  1. Install the package and pod install.
  • yard add react-native-view-shot
  • cd ios && pod install && cd …
  1. Added my relevant view shot code in my project, saved and closed the apps and restarted the build:
  • npx react-native run-android
  • npx react-native run-ios And it works now !!
  1. Reg iOS, in Xcode I get the following warnings just for info: Screenshot 2020-05-20 at 15 52 38
0reactions
oleksandr-dziubancommented, Jun 11, 2020

Sorry, this issue is closed, as I found the reason: crash occurs because of react-native-share library

Read more comments on GitHub >

github_iconTop Results From Across the Web

Project Microsoft.ReactNative is not compatible with uap10 ...
Problem Description Hi, I am trying to build a library that has support for react-native-windows. The problem is that when I build the ......
Read more >
React-Native "react-native": "0.62.2" is not working on Android
Description: I'm using "react-native": "0.62.2", I made one app released it on Google Play console, it's strange that app is working fine on ......
Read more >
React Native v0.62.x released
This major release includes Flipper support by default, improved dark mode support, moving Apple TV to react-native-tvos, and more.
Read more >
"react-native": "0.62.2" The production environment is not ...
Whether or not the realm has not been updated for too long, resulting in incompatibility with the latest version of react-native.
Read more >
Upgrade to React Native 0.62 - Matt Oakes
React Native 0.62 has been a long time coming and brings many changes, large and small. This article explains what's new, how to...
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