-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Upgrade playground react-native's version to 0.66 #7034
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
Conversation
I Think also in this upgrade we can bump a major, and drop support for old ReactNative versions in android (Flavors), we might support RN 0.63+ version at least in the android side since it's taking a lot of resources maintaining these backwards compatibility behaviours across RN versions. @guyca wdyt? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@swabbass we will drop support for RN versions lower than 0.64 in V8 🔥 |
It would make sense to use hermes on android too, right? |
Hey @birkir :] |
Hey, you probably misunderstood me. This PR enables hermes on iOS, but not Android and I was only commenting on the inconsistency in the Playground app. I know the package has nothing to do with Hermes outwards. |
Hey sorry, I did not get that from your comment but hey, you have a point here, sure. |
drop flavors
# Conflicts: # lib/android/app/src/main/java/com/reactnativenavigation/options/HardwareBackButtonOptions.kt # lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/modal/ModalPresenter.java # lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/StackController.java # lib/android/app/src/reactNative63/java/com/reactnativenavigation/react/NavigationReactNativeHost.java
# Conflicts: # lib/android/app/src/main/java/com/reactnativenavigation/options/HardwareBackButtonOptions.kt # lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/modal/ModalPresenter.java # lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/StackController.java # lib/android/app/src/reactNative63/java/com/reactnativenavigation/react/NavigationReactNativeHost.java
What about dropping support for iOS 11 and iOS 12? It will remove good part of the code and separated tests |
https://developer.apple.com/support/app-store/ With iOS 15 release these numbers will go even lower |
@svbutko I need to check with our production team if they plan on removing support for iOS 12 in the Wix app. If so we defiantly can |
There are several requirements to upgrade AGP properly to |
And if it's going to be AGP
Since most of the users have JDK 8 only installed |
yup, we can mention that it is already running e2e locally in a release. |
Users can choose to have such
@svbutko wdyt? |
LGTM, but I think it's worth mentioning Windows users too:
I myself on macOS but I know many people use Windows for development |
Showing love for Windows devs. |
I started working with RN around 5 years ago on Windows (transitioned to macOS in 2019) and I went through all of the possible issues so I know what it's like 😄 |
How about to use microsoft/react-native-test-app to easily support playground app? |
Closed in favour of #7305, this will be used as a reference for changes on native. |
Release Notes
ReactNative
Android
iOS