Skip to content

Project name should not contain "obytes" #485

@thomas-klein

Description

@thomas-klein

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 with pnpm android
Got the error described by OP and thanks to previous answers found the cause in TestObytes/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 scheme

EDIT: the problem happens here :

.replace(/obytes/gi, 'expo-owner');

Originally posted by @thomas-klein in #239

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions