-
Notifications
You must be signed in to change notification settings - Fork 1
feat: upgrade react native to 79.2 #72
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
9d40fce to
4573942
Compare
|
I'm experiencing an issue with this update: I can't no longer build the android example app due to weird errors ranging from:
I'll try to understand why this happens and how to fix it properly, maybe the |
Alright, got it: we need to upgrade to the latest changes of |
|
Another issue arose: |
|
Lastly, the expo plugin isn't being recognised anymore and throws a warning once you install the lib or it throws an error when you try to prebuild an app with it. I have yet to understand why. |
This issue is related to the latest changes in the I'm not sure how to properly fix this one, since expo needs a commonjs while react-native has moved on to esm.. Taking a look at |
|
Well, to fix this issue, we need to rollback the |
|
To share my findings with the community, I've opened a discussion in the |
gladiuscode
left a comment
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.
LGTM!
Goal
This PR upgrades the project to react-native .79.2, ensuring compatibility with both the old and new architecture.