/tinker-bell-app

팅커벨 리액트 네이티브

Primary LanguageTypeScript

Welcome to your Expo app 👋

빌드하는 방법

빌드하는 방법

eas build -p android --profile preview # android APK
eas build -p ios --profile preview # iOS APK
eas build -p android # android ABB

위 스크립트를 치고 기다린다. This is an Expo project created with create-expo-app.

iOS 제출

eas submit --platform ios

android가 apk를 올리는 방식과 달리 ios는 eas로 submit해야한다.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.