-
Notifications
You must be signed in to change notification settings - Fork 20
[MOO-2245] Upgrade React Native to 0.83 #464
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
Open
vadymv-mendix
wants to merge
27
commits into
main
Choose a base branch
from
moo/MOO-2245-upgrade-rn-to083
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,828
−3,418
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8211f8c
chore: bump pluggable widget tools version and fix the patch file
vadymv-mendix 1e0eb41
chore: upgrade RN to 0.83
vadymv-mendix bb35086
fix issues with accordion, animation, badge, bottomsheet, image, maps…
vadymv-mendix ab5d26c
fix: remaining widgets post RN upgrade
vadymv-mendix aa95c80
chore: update changelog and widget versions
vadymv-mendix 057a43b
chore: prettier fix
vadymv-mendix f04840d
fix: update prebuild script to remove dist directory without glob pat…
vadymv-mendix c8b0cd2
test: increase timeout for image widget snapshot test
vadymv-mendix 63fecb5
chore: fix patches
vadymv-mendix 5f6ceb8
test: use real timers after API call in Feedback test
vadymv-mendix 66a36a2
test: update Feedback component tests to use fireEvent and waitFor
vadymv-mendix 13aaf56
test: increase timeout for feedback submission test
vadymv-mendix 4186344
chore: migrate to @react-native-vector-icons/**
vadymv-mendix ace42d8
test: update snapshots for BottomSheet and Maps components
vadymv-mendix f79f865
fix: linter
vadymv-mendix acc3285
fix: pnpm audit
vadymv-mendix 67399a2
chore: fix android build issues
vadymv-mendix dc2481e
chore: update Mendix version to 11.10.0-rc.5 and remove deprecated bu…
vadymv-mendix 3a03dbe
Revert "chore: update Mendix version to 11.10.0-rc.5 and remove depre…
vadymv-mendix 3603632
chore: remove obsolete docker publishing job
vadymv-mendix ecb7ee1
chore: run e2e agains custom NMR branch
vadymv-mendix 45b23d4
chore: locate correct folde with NMR project
vadymv-mendix f4aea0f
Revert "chore: locate correct folde with NMR project"
vadymv-mendix 592cea1
Revert "chore: run e2e agains custom NMR branch"
vadymv-mendix e51563a
chore: react native cli path
vadymv-mendix decd409
chore: add Mendix cache upload and download steps to pipeline
vadymv-mendix 59b536d
chore: update native bundle creation process and remove Mendix cache …
vadymv-mendix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| "latest": "11.7.0" | ||
| "latest": "11.10.0-rc.5" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,21 @@ | ||
| { | ||
| "react-native-maps": "1.14.0", | ||
| "react-native-maps": "1.20.1", | ||
| "react-native-geocoder": "0.5.0", | ||
| "react-native-device-info": "14.0.4", | ||
| "react-native-device-info": "15.0.2", | ||
| "react-native-action-button": "2.8.5", | ||
| "react-native-material-menu": "1.2.0", | ||
| "react-native-linear-gradient": "2.8.3", | ||
| "@react-native-community/netinfo": "11.4.1", | ||
| "react-native-svg": "15.12.1", | ||
| "react-native-video": "6.10.0", | ||
| "@react-native-async-storage/async-storage": "2.0.0", | ||
| "@react-native-community/netinfo": "11.5.2", | ||
| "react-native-svg": "15.15.3", | ||
| "react-native-video": "6.19.0", | ||
| "@react-native-async-storage/async-storage": "2.2.0", | ||
| "react-native-vision-camera": "4.7.3", | ||
| "react-native-view-shot": "4.0.3", | ||
| "react-native-blob-util": "0.21.2", | ||
| "react-native-file-viewer-turbo": "0.6.0", | ||
| "react-native-localize": "3.2.1", | ||
| "react-native-blob-util": "0.24.7", | ||
| "react-native-file-viewer-turbo": "0.7.4", | ||
| "react-native-localize": "3.7.0", | ||
| "react-native-image-picker": "7.2.3", | ||
| "react-native-permissions": "5.4.2", | ||
| "react-native-webview": "13.13.2", | ||
| "@sbaiahmed1/react-native-biometrics": "0.4.0" | ||
| "react-native-permissions": "5.5.1", | ||
| "react-native-webview": "13.16.1", | ||
| "@sbaiahmed1/react-native-biometrics": "0.10.0" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
For follow-up: please update to the release version once it’s available.