Skip to content
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.66 #867

Merged
merged 83 commits into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
67d9f85
WIP: rebased onto develop after 0.65 work
achou11 Sep 7, 2021
2c05a45
WIP: changes for RN 0.66
achou11 Nov 8, 2021
5659d4c
WIP: patches. app builds locally but cannot open
achou11 Nov 8, 2021
7c3aedd
Revert some build.gradle changes
achou11 Nov 10, 2021
9875757
Bump metro-react-native-babel-preset
achou11 Nov 10, 2021
8dc79cb
fix: Fix nodejs-mobile patch
gmaclennan Nov 10, 2021
cbd83da
fix: Fix nodejs-mobile patch again
gmaclennan Nov 10, 2021
34c4488
chore: update package-lock.json
gmaclennan Nov 10, 2021
03c7153
chore: update react-native cli
gmaclennan Nov 10, 2021
795879a
Update package.json with cli upgrade
achou11 Nov 10, 2021
6ab26c9
chore: Fix metro config
gmaclennan Nov 10, 2021
5a1154b
chore: Add metro-config as dep
gmaclennan Nov 10, 2021
91b1e3c
chore: try to fix react-native cli issues
gmaclennan Nov 10, 2021
01ea2db
chore: fix metro config
gmaclennan Nov 10, 2021
4187209
fix: nodejs-mobile native builds
gmaclennan Nov 10, 2021
32b8bd9
chore: update react-native-v8
gmaclennan Nov 10, 2021
e48a35d
chore: udpate chromium version for v8
gmaclennan Nov 10, 2021
87ba785
chore: fix missing full-stop
gmaclennan Nov 10, 2021
e09625b
chore: fix react-native-v8 by installing v8-android manually
gmaclennan Nov 10, 2021
c23c878
chore: fix react-native-screens modifications from years ago
gmaclennan Nov 10, 2021
4694a18
chore: Update [email protected]
gmaclennan Nov 10, 2021
d4e9fce
chore: pin to [email protected].* to avoid build errors
gmaclennan Nov 10, 2021
2fce1ee
chore: HACKY fix - force babel resolution to v7.12
gmaclennan Nov 10, 2021
7405062
Revert "chore: HACKY fix - force babel resolution to v7.12"
achou11 Nov 10, 2021
e1382fa
Downgrade to RN 0.65
achou11 Nov 10, 2021
ddcffb8
Revert "Downgrade to RN 0.65"
achou11 Nov 18, 2021
07cde63
Upgrade RN CLI
achou11 Nov 18, 2021
492eaa3
Fix potential issue in async storage
achou11 Nov 22, 2021
6c49cc2
Add patch to fix metro-transform-worker
achou11 Nov 22, 2021
301fca5
Upgrade React Native to 0.66.3
achou11 Nov 23, 2021
667c2d4
Fix soloader crash on startup
achou11 Dec 1, 2021
9e7d1c1
Add comment about needing to keep jcenter
achou11 Dec 1, 2021
2027f2a
Fix incorrect integration of new Bugsnag API
achou11 Dec 2, 2021
857212c
Upgrade nodejs-mobile-react-native to 0.6.3
achou11 Dec 6, 2021
cc4fc82
Update react-native-v8
achou11 Dec 6, 2021
4a35878
Update api.js to not use channel.once
achou11 Dec 7, 2021
f585529
Update nodejs channel usage of listeners since removeListener is depr…
achou11 Dec 7, 2021
18b7956
Update @types/react-native
achou11 Dec 7, 2021
c9a40b7
Update @types/react and @types/react-dom
achou11 Dec 7, 2021
d9a5d7e
Update @react-native-mapbox-gl/maps
achou11 Dec 7, 2021
c1089d2
Convert logger to TS and comment out release stage logic for Bugsnag
achou11 Dec 7, 2021
f33e0a9
WIP: potential bug introduced for apploading when pressing permission…
achou11 Dec 8, 2021
de31784
WIP
achou11 Dec 9, 2021
835d284
fix startServer issue on app start after permissions prompt
achou11 Dec 9, 2021
3bb10fe
Fix alert dialog theming
achou11 Dec 9, 2021
77db8d4
Update @react-native-community/hooks to fix one of several removeList…
achou11 Dec 9, 2021
69fccc6
Revert "WIP"
achou11 Dec 10, 2021
f96b45f
Fix onPress event deprecation notice on ShapeSource
achou11 Dec 10, 2021
525babf
Update navigation focus listener to address removeEventListener depre…
achou11 Dec 10, 2021
71b8197
Suppress noisy and expected logs from Mapbox
achou11 Dec 10, 2021
28bfc9a
Update react-native-devie-info to fix removeEventListener warning
achou11 Dec 10, 2021
c875543
Update @react-native-community/netinfo to fix removeEventListener war…
achou11 Dec 10, 2021
187d513
Remove commented-out soloader fix in build.gradle
achou11 Dec 10, 2021
cb2b7ec
Merge branch 'develop' into ac/rn-upgrade-66
achou11 Dec 13, 2021
678ccd3
Upgrade to React Native 0.66.4
achou11 Dec 13, 2021
291ddbf
Merge branch 'develop' into ac/rn-upgrade-66
achou11 Dec 13, 2021
fbab72a
Remove unnecessary check in logger
achou11 Dec 13, 2021
c584ad2
Fix server status state type in AppLoading
achou11 Dec 13, 2021
e52f7da
Remove unnecessary onPress handler on map view
achou11 Dec 14, 2021
48dab34
Update splashscreen timeout handling in AppLoading
achou11 Dec 14, 2021
2cb8d77
Refactor server status code in AppLoading to create hook
achou11 Dec 14, 2021
9abfda5
Bump supportLibVersion to 30
achou11 Dec 14, 2021
d30ff96
Remove @react-native-community/art
achou11 Nov 23, 2021
84f2dc9
Remove @react-native-community/masked-view
achou11 Nov 23, 2021
12666f3
Remove jsdom-jscore-rn
achou11 Nov 23, 2021
87e7331
Remove react-to-string
achou11 Nov 24, 2021
ebb9d0a
Add comment about why inlineRequires is set to false
achou11 Dec 14, 2021
565b7a2
Upgrade async-storage
achou11 Dec 1, 2021
0fa07db
Revert "Remove @react-native-community/art"
achou11 Dec 14, 2021
8ce6b5d
Revert "Remove @react-native-community/masked-view"
achou11 Dec 14, 2021
2bade61
Remove old LocationContext file
achou11 Dec 15, 2021
b852e74
Move useServerStatus hook to AppLoading
achou11 Dec 16, 2021
247ea9c
Merge branch 'develop' into ac/rn-upgrade-66
achou11 Dec 16, 2021
a873b72
Initial pass at setting Bugsnag release stage at build time
achou11 Dec 17, 2021
264505d
Remove console.log in MapView
achou11 Jan 4, 2022
d915621
Merge branch 'develop' into ac/rn-upgrade-66
achou11 Jan 4, 2022
f0ca4fb
Merge branch 'develop' into ac/rn-upgrade-66
achou11 Jan 5, 2022
835cd4b
Remove jsdom-jscore-rn
achou11 Jan 5, 2022
0c29e12
testing if CI is fixed using consistent version of node
achou11 Jan 5, 2022
01b1d4e
temp: maybe fix CI by clearing gradle cache before building detox
achou11 Jan 5, 2022
c41d1dc
Revert "temp: maybe fix CI by clearing gradle cache before building d…
achou11 Jan 5, 2022
9af27a7
Potentially fix issue with appcompat issue in detox build
achou11 Jan 5, 2022
845dc55
Merge branch 'develop' into ac/rn-upgrade-66
achou11 Jan 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Add metro-config as dep
  • Loading branch information
gmaclennan committed Nov 10, 2021
commit 5a1154b63996346898c3ebf8a1caae61e6698ec1
Loading