React-native-windows: .57 react-native has been release can this repo follow the upgrade?

Created on 12 Sep 2018  路  8Comments  路  Source: microsoft/react-native-windows

It would be awesome for all of this to be working again.

Most helpful comment

Either this module needs to be updated to support 0.57.* or a workaround guide needs to be added to explain how to fix the error caused by the current incompatibility for the _Getting Started_ guide.

Basically, before you can run react-native windows, delete package-json.lock, open package.json and change the "dependencies" section for react-native to this:
"react-native": "0.55.*"

Then save & close, and re-run npm install; you might need to nuke the entire node_modules directory and run npm install, but try it without, first.

All 8 comments

Either this module needs to be updated to support 0.57.* or a workaround guide needs to be added to explain how to fix the error caused by the current incompatibility for the _Getting Started_ guide.

Basically, before you can run react-native windows, delete package-json.lock, open package.json and change the "dependencies" section for react-native to this:
"react-native": "0.55.*"

Then save & close, and re-run npm install; you might need to nuke the entire node_modules directory and run npm install, but try it without, first.

Waiting for React Native Windows to work seamlessly with RN 5.7 is actually on our critical path. It would be great for a maintainer to respond with a roadmap or ETA on progress for this.

I'll prioritize getting a 0.57 release next week. In the meantime, you should be able to target rozele/react-native-windows#0.57-dev

Thanks for your response @rozele that's great news!

@rozele how do you run your git repository the entire thing is controlled by the rnp cli thing which is checking for verisons and erroring out that i am not on the right version... i've tried bypassing it but it is so baked in there.

0.57.0-rc.0 is out!

@rozele Funny, after the AirBNB article, and some other factors including some of things you have said... we've decided to go with Xamarin.

@xtianus79 cool! I think Xamarin is great 馃槉

Was this page helpful?
0 / 5 - 0 ratings