Menjalankan perintah: eas build --profile preview

### Issue: Harus ada SDK nya jika local
This commit is contained in:
2025-10-17 10:24:04 +08:00
parent 0770237fe5
commit b9f93ff46a
19 changed files with 125 additions and 3231 deletions

8
index.js Normal file
View File

@@ -0,0 +1,8 @@
import { registerRootComponent } from 'expo';
import App from './App';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in Expo Go or in a native build,
// the environment is set up appropriately
registerRootComponent(App);