-
Notifications
You must be signed in to change notification settings - Fork 568
Open
Description
Hello there !
First time using Obytes Starter here and I had the same issue.
I installed using :npx create-obytes-app@latest TestObytes
Tried to launch android emulator withpnpm android
Got the error described by OP and thanks to previous answers found the cause inTestObytes/env.js:const BUNDLE_ID = 'com.testexpo-owner'; // ios bundle id const PACKAGE = 'com.testexpo-owner'; // android package name const NAME = 'Testexpo-owner'; // app name const EXPO_ACCOUNT_OWNER = 'expo-owner'; // expo account owner const SCHEME = 'Testexpo-owner'; // app schemeEDIT: the problem happens here :
.replace(/obytes/gi, 'expo-owner');
Originally posted by @thomas-klein in #239
Metadata
Metadata
Assignees
Labels
No labels