After upgrading to React Native 0.62 a warning is showing
See original GitHub issueEnvironment
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:
- Created 3 years ago
- Reactions:14
- Comments:6 (3 by maintainers)
Top 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 >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 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
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.