Skip to content

Commit

Permalink
Add expo-web (#285)
Browse files Browse the repository at this point in the history
* Add expo web
* Update podfile
* Trigger builds
  • Loading branch information
NigelBreslaw authored Feb 4, 2024
1 parent 4991391 commit d80af84
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 2 deletions.
3 changes: 2 additions & 1 deletion native_gg/android/WhatsNew/whatsnew-en-US
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Expo.
Use Pnpm.
Update gradle-action.
Typescript.
Gradle 8.6.
Gradle 8.6.
Add expo-web.
6 changes: 6 additions & 0 deletions native_gg/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ExpoWebBrowser (12.8.2):
- ExpoModulesCore
- EXSplashScreen (0.26.4):
- ExpoModulesCore
- glog
Expand Down Expand Up @@ -1198,6 +1200,7 @@ DEPENDENCIES:
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- ExpoLinearGradient (from `../node_modules/expo-linear-gradient/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
- ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`)
- EXSplashScreen (from `../node_modules/expo-splash-screen/ios`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
Expand Down Expand Up @@ -1287,6 +1290,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-linear-gradient/ios"
ExpoModulesCore:
:path: "../node_modules/expo-modules-core"
ExpoWebBrowser:
:path: "../node_modules/expo-web-browser/ios"
EXSplashScreen:
:path: "../node_modules/expo-splash-screen/ios"
FBLazyVector:
Expand Down Expand Up @@ -1400,6 +1405,7 @@ SPEC CHECKSUMS:
ExpoKeepAwake: 0f5cad99603a3268e50af9a6eb8b76d0d9ac956c
ExpoLinearGradient: d10226652f849e675528883aa45afd2358c2f92f
ExpoModulesCore: 83dfc98358de225bd0953401ce5b0c14fa8eabd0
ExpoWebBrowser: e31c97230ea93b51a2a74c6c2381b0d4fca5698c
EXSplashScreen: 91f8723e444480409e74155bfe08e20e23b3662c
FBLazyVector: 70590b4f9e8ae9b0ce076efacea3abd7bc585ace
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Expand Down
3 changes: 2 additions & 1 deletion native_gg/ios/TestFlight/WhatToTest.en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Expo.
Use Pnpm with full dependencies.
Check app name.
Typescript.
Fix cocoapods...
Fix cocoapods...
Add expo-web.
1 change: 1 addition & 0 deletions native_gg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"expo-modules-autolinking": "1.10.2",
"expo-splash-screen": "0.26.4",
"expo-status-bar": "1.11.1",
"expo-web-browser": "12.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.3",
Expand Down
161 changes: 161 additions & 0 deletions native_gg/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d80af84

Please sign in to comment.