-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Enable CodePush for react-native-windows v0.50+ #1051
Conversation
Hi @rozele, got it, thanks for the contribution! |
In react-native-windows v0.50+, we added ReactNativeHost, which has better support for running React Native in the background as well as embedding React Native in other controls besides XAML Pages.
Also this breaking change will hopefully land in v0.50 - microsoft/react-native-windows#1458. Added the necessary changes for that as well. |
@rozele shouldn't this be merged now |
@Jacse Yes we will merge it soon! |
@Jacse I mean when |
@ruslan-bikkinin ahh 😄 |
Can this please be merged now as react-native-windows version 0.50 has now been released! Thanks so much for your hard work. |
@adricl thanks for update, will do really soon. @rozele - can you please confirm that fix is landed in latest release? |
Hi @rozele , just a friendly ping regarding this question:
|
Thanks @sergey-akhalkov, this is ready to merge. No real reason for not having official releases. We stopped having stable releases after 0.42 primarily because of limited time, but I was hoping to get back on the React Native cadence, publishing RCs simultaneously with theirs, and stable at the end of the month, just been hard to catch up. |
@rozele , got it, thanks for the clarification, going to merge it and release an update tomorrow or in the beginning of the next week. |
In react-native-windows v0.50+, we added ReactNativeHost, which has better support for running React Native in the background as well as embedding React Native in other controls besides XAML Pages.
Please don't merge this until microsoft/react-native-windows#1445 is merged and react-native-windows v0.50 is released (I'll ping back here when that is the case).