-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React native windows is causing conflicts with react-native 0.71.0 and up #11093
Comments
BREAKING CHANGE: remove react-native-windows support on paper due to microsoft/react-native-windows#11093
react-native-windows 0.71 hasn't been released yet. It should be released on Monday. Currently it's only available in preview. I don't see it listed in your environment information there. Did you capture that after removing it from the project? I'm curious what version you had for RNW. |
Hey @chrisglein, |
It shouldn't unless some other shared dependency got bumped. Can you try again with the newly released RNW 0.71? |
@chiaramooney Can you follow up with this after they respond? |
Cool @jonthysell. It's working again. Thanks :) |
BREAKING CHANGE: remove react-native-windows support on paper due to microsoft/react-native-windows#11093
Problem Description
It seems
react-native-windows
is causing some conflicts with the newreact-native
version 0.71.0. Removingreact-native-windows
solved the issue.Steps To Reproduce
npx react-native init RNWithWindows
react-native-windows
Expected Results
The android app should build without problem.
CLI version
0.71.0
Environment
Target Platform Version
None
Target Device(s)
Desktop
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
Run
yarn paper:android
in the following project:https://github.com/lottie-react-native/lottie-react-native/tree/chore/upgrade_examples
The text was updated successfully, but these errors were encountered: