mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
fix(native): use explicit Expo entry file
This commit is contained in:
5
native-app/index.js
Normal file
5
native-app/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { registerRootComponent } from "expo";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
registerRootComponent(App);
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user