Skip to content

Commit 981b4b4

Browse files
shottahclaude
andcommitted
chore: add expo-assistant dependency to example app
- Link expo-assistant module for voice integration testing - Update package-lock.json with dependency tree 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 34c22cf commit 981b4b4

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

example/package-lock.json

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
},
1111
"dependencies": {
1212
"expo": "~54.0.6",
13+
"expo-assistant": "file:../../expo-assistant",
14+
"expo-focus-menu": "file:..",
1315
"react": "19.1.0",
14-
"react-native": "0.81.4",
15-
"expo-focus-menu": "file:.."
16+
"react-native": "0.81.4"
1617
},
1718
"devDependencies": {
1819
"@types/react": "~19.1.0",
@@ -24,4 +25,4 @@
2425
"nativeModulesDir": ".."
2526
}
2627
}
27-
}
28+
}

0 commit comments

Comments
 (0)