-
Notifications
You must be signed in to change notification settings - Fork 0
WoWs Info 1.7.7 #4
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
Comments
The main blocker is the navigation as the previous library is deprecated. Running on Android isn't something challenge to fix. The navigation is almost breaking everything currently implemented. The main goals of this release are:
Optional goals are:
It is still unknown whether I really want to abondon React Native, so it is good to still maintain it while working on the kotlin common code. Now is unlike 2020, we can magical LLM as an assistant. |
The goal is really to stablise the app. The new archieture is really breaking everything, and the change to react-navigation. The new architecture can still be disabled to make it work with 0.76 - 0.78. I will take a further look later today. |
The Xcode part is working with React Native 0.78, now I need to fix the Kotlin part and also the React Native part. I am thinking is this right time to add Kotlin code when the project cannot even run and build reliably. |
The native part is sort of broken now. There is a new way to setup React Native which is the bridgeless method. I have to see if all of my dependencies support this new architecture. |
Let's focus on bug fixes and general improvements for this update. React Native also now updates to 0.76.X and improved the overall performance. I also want to bring Android back #3 and work on some more quality update while working on maybe some state update using MobX and TypeScript migration if possible.
The text was updated successfully, but these errors were encountered: