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.

After upgrading to React Native 0.62 a warning is showing

See original GitHub issue

Environment

React Native 0.62 react-native-paper 3.7.0

Description

After upgrading my app to React Native 0.62 I’m getting a warning

%s: Calling getNode() on the ref of an Animated component is no longer necessary. You can now directly use the ref instead. This method will be removed in a future release. ReactNativeFiberHostComponent

I’ve tracked down and seems to be a problem with react-native-safe-area-view dependency

Reproducible Demo

  • Create a new RN 0.62 app
  • Add react-native-paper
  • Run the app, the warning shows.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:14
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
benoitdioncommented, Apr 23, 2020

I attempted to fix this with https://github.com/callstack/react-native-paper/pull/1448 a while back but it seems the maintainers want to go a different direction

0reactions
github-actions[bot]commented, Jun 27, 2020

Hello 👋, this issue has been open for more than 2 months with no activity on it. If the issue is still present in the latest version, please leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution on workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgraded to React Native 0.62.0 Getting Warning Sign
To quick fix this go to node_modules/react-native-safe-area-view => index.js.
Read more >
Upgrading to new versions - React Native
The project is upgraded using git apply with 3-way merge, it may happen that you'll need to resolve a few conflicts after it's...
Read more >
"React Native version mismatch" errors - Expo Documentation
Run expo-cli doctor will show a warning where the react-native version you should install. If you did upgrade to newer SDK, make sure...
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. The normal upgrade process applies, however, to...
Read more >
Upgrading a React Native app from 0.60 to 0.65 - YouTube
Jamon attempts to upgrade a React Native app from 0.60 to 0.65 with ... mixed results. -- Watch live at https://www.twitch.tv/jamonholmgren.
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