-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: upgrade to React Native 0.70.0 react-navigation, and all other deps #2880
Conversation
I'm getting an error when I try to build the ios app locally now (tried both xcode and Could it be something with my local setup, or is there something wrong here? Full error message
|
ae89eec
to
c64be9a
Compare
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.
🚢
Related fix: #2950 |
Updates all outdated dependencies and does code migration.
Closes https://github.com/AtB-AS/kundevendt/issues/2228
Closes https://github.com/AtB-AS/kundevendt/issues/1560
Changes
types.ts
in respective screen modules. This is used to stack properly type hierarchy. All naming convention hopefully should (big hopefully, as there are a lot and having to do some changes over time her) be named the same. Added helpers to make subscreens work easier, without a lot of manual typing for each screen type.'react-native/no-raw-text': [2, {skip: ['ThemeText']}]
due to bugs (see issue)Testing changes
Todo
Required setup
Setup JDK 11:
Select JDK for Gradle using Android Studio (select JDK from previous step).
Upgrade Cocoapods