-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(Android): RN 76 new arch for Android #7965
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
base: master
Are you sure you want to change the base?
Conversation
Fixed ios pod file
This reverts commit 1ed449b.
# Conflicts: # lib/android/app/src/main/java/com/reactnativenavigation/react/ReactView.java # lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/viewcontroller/RootPresenter.java # lib/ios/RNNStackPresenter.m # package.json
# Conflicts: # lib/android/app/src/test/java/com/reactnativenavigation/BaseTest.kt # lib/android/app/src/test/java/com/reactnativenavigation/viewcontrollers/stack/TopBarControllerTest.kt
Change genymotion emulator
The work for Android is Done |
Hi, thank you for your hard work. When will this pr be merged and released in the next version? Is there an estimated time? |
@erennyuksell we are going to release a new version with Android and iOS support of new arch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes and suggestions - for ~now
Test @Igore
's - discuss offline
lib/android/app/src/main/java/com/reactnativenavigation/options/LayoutFactory.java
Outdated
Show resolved
Hide resolved
lib/android/app/src/main/java/com/reactnativenavigation/options/LayoutFactory.java
Outdated
Show resolved
Hide resolved
lib/android/app/src/main/java/com/reactnativenavigation/react/NavigationReactInitializer.java
Outdated
Show resolved
Hide resolved
lib/android/app/src/main/java/com/reactnativenavigation/react/ReactView.java
Show resolved
Hide resolved
lib/android/app/src/main/java/com/reactnativenavigation/react/ReactView.java
Show resolved
Hide resolved
…ReactView.java Co-authored-by: d4vidi <[email protected]>
…s/LayoutFactory.java Co-authored-by: d4vidi <[email protected]>
…s/LayoutFactory.java Co-authored-by: d4vidi <[email protected]>
Co-authored-by: d4vidi <[email protected]>
# Conflicts: # lib/android/app/src/test/java/com/reactnativenavigation/mocks/TitleBarReactViewCreatorMock.java
…feat/rn77-android-newarch
First preview of new arch is out https://github.com/wix/react-native-navigation/releases/tag/8.1.0-alpha01 |
It happened android compile error
|
Resolves #7966