Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 47eb39b

Browse files
authored
Fix demo (#9)
1 parent 157fbf0 commit 47eb39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"expo": {
33
"sdkVersion": "16.0.0",
4-
"privacy": "public"
4+
"privacy": "public",
5+
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js"
56
}
67
}

0 commit comments

Comments
 (0)