Skip to content

Commit

Permalink
Updated readme.md to recommend node v18. Updated WebView to use from …
Browse files Browse the repository at this point in the history
…library and not the deprecated react native webview. Fix bad import for navRef.
  • Loading branch information
coryzoon committed Oct 4, 2023
1 parent 5bc2528 commit 0b0e2d7
Show file tree
Hide file tree
Showing 6 changed files with 1,593 additions and 1,408 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Zooniverse Mobile app is a [React Native](https://facebook.github.io/react-n

### Preparing The React Native Framework
#### Requirements:
- Node >= 16
- Node >= 16 (Recommend >= 18)
#### Steps:
1. Follow the instructions for Android and iOS setup in [this guide](https://reactnative.dev/docs/environment-setup).
2. Clone down this repo and navigate to its directory (called `mobile`).
Expand Down
32 changes: 16 additions & 16 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ PODS:
- react-native-video/Video (= 5.2.1)
- react-native-video/Video (5.2.1):
- React-Core
- react-native-webview (13.5.1):
- react-native-webview (13.6.0):
- React-Core
- React-NativeModulesApple (0.72.4):
- hermes-engine
Expand Down Expand Up @@ -508,11 +508,11 @@ PODS:
- React
- RNCPushNotificationIOS (1.11.0):
- React-Core
- RNDeviceInfo (10.9.0):
- RNDeviceInfo (10.11.0):
- React-Core
- RNGestureHandler (1.10.3):
- React-Core
- RNReanimated (3.4.2):
- RNReanimated (3.5.4):
- DoubleConversion
- FBLazyVector
- glog
Expand Down Expand Up @@ -544,16 +544,16 @@ PODS:
- RNScreens (3.25.0):
- React-Core
- React-RCTImage
- RNSentry (5.9.1):
- RNSentry (5.10.0):
- React-Core
- Sentry/HybridSDK (= 8.10.0)
- RNSVG (13.13.0):
- Sentry/HybridSDK (= 8.11.0)
- RNSVG (13.14.0):
- React-Core
- RNVectorIcons (10.0.0):
- React-Core
- Sentry/HybridSDK (8.10.0):
- SentryPrivate (= 8.10.0)
- SentryPrivate (8.10.0)
- Sentry/HybridSDK (8.11.0):
- SentryPrivate (= 8.11.0)
- SentryPrivate (8.11.0)
- SocketRocket (0.6.1)
- Yoga (1.14.0)
- YogaKit (1.18.1):
Expand Down Expand Up @@ -814,7 +814,7 @@ SPEC CHECKSUMS:
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
react-native-webview: 8baa0f5c6d336d6ba488e942bcadea5bf51f050a
react-native-webview: 669ae162965f629a8d6a4bdd3b99a304d36ef1f2
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58
React-RCTActionSheet: 02904b932b50e680f4e26e7a686b33ebf7ef3c00
Expand All @@ -836,15 +836,15 @@ SPEC CHECKSUMS:
RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
RNDeviceInfo: 02ea8b23e2280fa18e00a06d7e62804d74028579
RNDeviceInfo: bf8a32acbcb875f568217285d1793b0e8588c974
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 726395a2fa2f04cea340274ba57a4e659bc0d9c1
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
RNScreens: 85d3880b52d34db7b8eeebe2f1a0e807c05e69fa
RNSentry: 0a1daa8ee81e2776f977ae8c66e67c8d85587828
RNSVG: ed492aaf3af9ca01bc945f7a149d76d62e73ec82
RNSentry: 11917f7bf3e28806aca4c2791c6ba7522d8f09fe
RNSVG: d00c8f91c3cbf6d476451313a18f04d220d4f396
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
Sentry: 71cd4427146ac56eab6e70401ac7a24384c3d3b5
SentryPrivate: 9334613897c85a9e30f2c9d7a331af8aaa4fe71f
Sentry: 39d57e691e311bdb73bc1ab5bbebbd6bc890050d
SentryPrivate: 48712023cdfd523735c2edb6b06bedf26c4730a3
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
Loading

0 comments on commit 0b0e2d7

Please sign in to comment.