Skip to content

Commit 7056abc

Browse files
committed
chore: added peer dependence for sample app
1 parent 362d296 commit 7056abc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

example/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
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": {

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)