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

expo-system-ui #429

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions native_gg/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ExpoSystemUI (2.9.3):
- ExpoModulesCore
- ExpoWebBrowser (12.8.2):
- ExpoModulesCore
- EXSplashScreen (0.26.4):
Expand Down Expand Up @@ -1521,6 +1523,7 @@ DEPENDENCIES:
- ExpoImage (from `../node_modules/expo-image/ios`)
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
- ExpoSystemUI (from `../node_modules/expo-system-ui/ios`)
- ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`)
- EXSplashScreen (from `../node_modules/expo-splash-screen/ios`)
- EXUpdatesInterface (from `../node_modules/expo-updates-interface/ios`)
Expand Down Expand Up @@ -1630,6 +1633,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-keep-awake/ios"
ExpoModulesCore:
:path: "../node_modules/expo-modules-core"
ExpoSystemUI:
:path: "../node_modules/expo-system-ui/ios"
ExpoWebBrowser:
:path: "../node_modules/expo-web-browser/ios"
EXSplashScreen:
Expand Down Expand Up @@ -1761,6 +1766,7 @@ SPEC CHECKSUMS:
ExpoImage: 8cf2d51de3d03b7e984e9b0ba8f19c0c22057001
ExpoKeepAwake: 0f5cad99603a3268e50af9a6eb8b76d0d9ac956c
ExpoModulesCore: ebc4b2034f45f46c0def1c32cecb399f6778058c
ExpoSystemUI: 40e222dd9d52222fe1bce389724ac52e662158dc
ExpoWebBrowser: e31c97230ea93b51a2a74c6c2381b0d4fca5698c
EXSplashScreen: 91f8723e444480409e74155bfe08e20e23b3662c
EXUpdatesInterface: 3e444e2093e25b7ca0999a7d8c16e8392dee70c3
Expand Down
1 change: 1 addition & 0 deletions native_gg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"expo-linking": "6.2.2",
"expo-splash-screen": "0.26.4",
"expo-status-bar": "1.11.1",
"expo-system-ui": "2.9.3",
"expo-web-browser": "12.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
15 changes: 15 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.

Loading