Skip to content

Commit c0a17b9

Browse files
committed
small cleanups
1 parent 537e292 commit c0a17b9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
This file was deleted.

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ios": {
1212
"supportsTablet": true,
1313
"bitcode": false,
14-
"bundleIdentifier": "io.livekit.voiceassistantreactnative",
14+
"bundleIdentifier": "io.livekit.voiceassistantreactnative"
1515
},
1616
"android": {
1717
"adaptiveIcon": {

taskfile.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ tasks:
1414
- platforms: [linux, windows]
1515
cmd: sed -i "s/sandboxID = ''/sandboxID = '{{.LIVEKIT_SANDBOX_ID}}'/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}"
1616
- echo -e "\nYour React-Native voice assistant is ready to go!\n"
17-
- echo -e "To give it a try, run \"npx expo start\" to run the app."
18-
- echo -e "\nFor more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."
17+
18+
- echo -e "Install the dependencies by running \"npm install\"\n"
19+
- echo -e "To give it a try, run \"npx expo run:android\" or "npx expo run:ios" to run the app.\n"
20+
- echo -e "For more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."

0 commit comments

Comments
 (0)