-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Upgrade react-native to 0.73.4 #1996
Conversation
Hitting a bunch of pods issues. Gonna have to roll my sleeves up on the iOS side |
iOS changes pushed |
package.json
Outdated
@@ -18,7 +18,7 @@ | |||
"start": "react-native start", | |||
"ra": "react-native run-android", | |||
"ri": "react-native run-ios", | |||
"postinstall": "rn-nodeify --install --hack & npx jetify & yarn run patch & react-native setup-ios-permissions & yarn run fetch-libraries & pod-install", | |||
"postinstall": "rn-nodeify --install --hack & node patches/patch-sifir_android.mjs & npx jetify & yarn run patch & react-native setup-ios-permissions & yarn run fetch-libraries & pod-install", |
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.
any reason why node patches/patch-sifir_android.mjs
isn't made part of the patch
command instead?
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.
Well, it's only git patches... and jetifier stuff is also not part of the patch command.
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.
I think it should go along with the patches
On a fresh install the following error is thrown:
|
this goes away if |
Description
Based on #1988.
Updated lots of react-native and other packages.
There was a problem with the
react-native-tor
package which is described here: Sifir-io/react-native-tor#57I created a workaround by removing the incompatible JNI in the library.
All the updates for iOS related files still need to be done:
https://react-native-community.github.io/upgrade-helper/?from=0.72.10&to=0.73.4
This pull request is categorized as a:
Checklist
yarn run tsc
and made sure my code compiles correctlyyarn run lint
and made sure my code didn’t contain any problematic patternsyarn run prettier
and made sure my code is formatted correctlyyarn run test
and made sure all of the tests passTesting
If you modified or added a utility file, did you add new unit tests?
I have tested this PR on the following platforms (please specify OS version and phone model/VM):
I have tested this PR with the following types of nodes (please specify node version and API version where appropriate):
Locales
Third Party Dependencies and Packages
yarn
after this PR is merged inpackage.json
andyarn.lock
have been properly updatedOther: