Commit 5f7fbdb 1 parent 6f7ce32 commit 5f7fbdb Copy full SHA for 5f7fbdb
File tree 4 files changed +80
-4724
lines changed
4 files changed +80
-4724
lines changed Original file line number Diff line number Diff line change 27
27
"expo-file-system" : " ~17.0.1" ,
28
28
"expo-haptics" : " ~13.0.1" ,
29
29
"expo-image-picker" : " ~15.0.7" ,
30
+ "expo-linking" : " ~6.3.1" ,
30
31
"expo-media-library" : " ~16.0.4" ,
31
32
"expo-splash-screen" : " ~0.27.5" ,
32
33
"expo-status-bar" : " ~1.12.1" ,
Original file line number Diff line number Diff line change @@ -7532,6 +7532,14 @@ expo-keep-awake@~13.0.2:
7532
7532
resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-13.0.2.tgz#5ef31311a339671eec9921b934fdd90ab9652b0e"
7533
7533
integrity sha512-kKiwkVg/bY0AJ5q1Pxnm/GvpeB6hbNJhcFsoOWDh2NlpibhCLaHL826KHUM+WsnJRbVRxJ+K9vbPRHEMvFpVyw==
7534
7534
7535
+ expo-linking@~6.3.1:
7536
+ version "6.3.1"
7537
+ resolved "https://registry.yarnpkg.com/expo-linking/-/expo-linking-6.3.1.tgz#05aef8a42bd310391d0b00644be40d80ece038d9"
7538
+ integrity sha512-xuZCntSBGWCD/95iZ+mTUGTwHdy8Sx+immCqbUBxdvZ2TN61P02kKg7SaLS8A4a/hLrSCwrg5tMMwu5wfKr35g==
7539
+ dependencies:
7540
+ expo-constants "~16.0.0"
7541
+ invariant "^2.2.4"
7542
+
7535
7543
expo-media-library@~16.0.4:
7536
7544
version "16.0.4"
7537
7545
resolved "https://registry.yarnpkg.com/expo-media-library/-/expo-media-library-16.0.4.tgz#d6b264a201861a2eb055b8c181368d2e7f525ca4"
Original file line number Diff line number Diff line change 22
22
"start:mobile-tunnel" : " cd mobile && npx expo start --tunnel"
23
23
},
24
24
"dependencies" : {
25
- "concurrently" : " ^7.3.0" ,
26
- "expo-linking" : " ^6.3.1"
25
+ "concurrently" : " ^7.3.0"
27
26
}
28
- }
27
+ }
You can’t perform that action at this time.
0 commit comments