You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: drop Android.mk and support for old versions of React Native for new architecture
As the new architecture is constantly a moving target, we only plan to keep support for latest version of React Native when using new architecture until its stable. So this change removes support for React Native 0.68 using Android.mk for the new architecture
Copy file name to clipboardExpand all lines: packages/create-react-native-library/templates/java-view-mixed/android/src/newarch/{%- project.name %}ViewManagerSpec.java
Copy file name to clipboardExpand all lines: packages/create-react-native-library/templates/java-view-new/android/src/main/java/com/{%- project.package_dir %}/{%- project.name %}ViewManager.java
Copy file name to clipboardExpand all lines: packages/create-react-native-library/templates/kotlin-view-mixed/android/src/newarch/{%- project.name %}ViewManagerSpec.kt
Copy file name to clipboardExpand all lines: packages/create-react-native-library/templates/kotlin-view-new/android/src/main/java/com/{%- project.package_dir %}/{%- project.name %}ViewManager.kt
0 commit comments