fix(native): use explicit Expo entry file

This commit is contained in:
2026-02-13 18:19:06 +01:00
parent c4f6fb87a1
commit b088b65dad
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "helium-native",
"version": "0.1.0",
"private": true,
"main": "expo/AppEntry",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",