Skip to content

Commit 56bc443

Browse files
committed
fix: added missing dependency for example
1 parent 2c76b9a commit 56bc443

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@expo/metro-runtime": "~5.0.4",
1313
"@react-native-async-storage/async-storage": "^2.2.0",
1414
"expo": "~53.0.22",
15+
"expo-application": "^6.1.5",
1516
"expo-clipboard": "^7.1.5",
1617
"expo-dev-client": "~5.2.4",
1718
"expo-localization": "^16.1.6",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5577,6 +5577,7 @@ __metadata:
55775577
"@expo/metro-runtime": ~5.0.4
55785578
"@react-native-async-storage/async-storage": ^2.2.0
55795579
expo: ~53.0.22
5580+
expo-application: ^6.1.5
55805581
expo-clipboard: ^7.1.5
55815582
expo-dev-client: ~5.2.4
55825583
expo-localization: ^16.1.6

0 commit comments

Comments
 (0)