File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44 "main" : " index.js" ,
55 "scripts" : {
66 "start" : " expo start" ,
7- "android" : " expo start -- android" ,
8- "ios" : " expo start -- ios" ,
7+ "android" : " expo run: android" ,
8+ "ios" : " expo run: ios" ,
99 "web" : " expo start --web"
1010 },
1111 "dependencies" : {
1212 "@expo/metro-runtime" : " ~5.0.4" ,
13+ "@react-native-clipboard/clipboard" : " ^1.16.3" ,
1314 "expo" : " ~53.0.17" ,
1415 "expo-status-bar" : " ~2.2.3" ,
1516 "react" : " 19.0.0" ,
1617 "react-dom" : " 19.0.0" ,
1718 "react-native" : " 0.79.5" ,
19+ "react-native-shake" : " ^6.7.8" ,
1820 "react-native-web" : " ~0.20.0"
1921 },
2022 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -11377,13 +11377,15 @@ __metadata:
1137711377 dependencies :
1137811378 " @babel/core " : ^7.20.0
1137911379 " @expo/metro-runtime " : ~5.0.4
11380+ " @react-native-clipboard/clipboard " : ^1.16.3
1138011381 expo : ~53.0.17
1138111382 expo-status-bar : ~2.2.3
1138211383 react : 19.0.0
1138311384 react-dom : 19.0.0
1138411385 react-native : 0.79.5
1138511386 react-native-builder-bob : ^0.40.8
1138611387 react-native-monorepo-config : ^0.1.9
11388+ react-native-shake : ^6.7.8
1138711389 react-native-web : ~0.20.0
1138811390 languageName : unknown
1138911391 linkType : soft
You can’t perform that action at this time.
0 commit comments