React native 0.64.0 support
See original GitHub issueIssue was brought up a couple months ago here: 1886
Wanted to resurface this since this is causing build issues when I attempt to upgrade.
error "react-native-webview#react-native@>=0.60 <0.64" doesn't satisfy found match of "react-native@0.64.0"
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Announcing React Native 0.64 with Hermes on iOS
Today we're releasing React Native 0.64 that ships with support for Hermes on iOS. Hermes opt-in on iOS.
Read more >What's new in React Native 0.64 - LogRocket Blog
In this guide, we'll give you a peek at what's new in React Native 0.64, including: Hermes on iOS; Viewing Hermes traces with...
Read more >support building React native 0.64 · Issue #2144 - GitHub
Hello, I'd like to ask for AppCenter to support react native 0.64 Currently, there are 2 issues in AC with regard to this...
Read more >Keywords - react-native - npm
A framework for building native apps using React. Latest version: 0.70.6, last published: a month ago. Start using react-native in your ...
Read more >gradle - Build faild with react native 0.64.0 - Stack Overflow
I created a project with react native 0.64.0 but before adding any module or code I am not able to sync the Gradle...
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
Hi, I’ve the same issue. Please implement this feature as soon as possible. So thanks !
To bypass this issue, you can try using
npm install --save --legacy-peer-deps react-native-webview
, which will omit peer-dependency however, this may cause some problems if the module is not prepared for the 0.64 version of react native.