Giter Site home page Giter Site logo

local-eas-test's Introduction

I want to compile a project locally and then use eas debbuging and development build.

Steps

Part 1: Build the project

  1. create a react-native app npx create-expo-app@latest --template tabs.

  2. build the app with android studio expo run:ios -or android or ucan use eas.

    more info

    • I added as script called build-app-android in this project that does just this task.
    • This will crate an android folder in your route project. (the app will also run on you phone locally if adb is configured)
    • if you dont have android studio or xcode installed on your local pc you can use ESA to buld the app for you(on the cloud). eas build -p ios -or android
  3. run a development build locally on your pc using expo start --dev-client

Now that your app is running locally we now need to connect it to esa.

Part 2: ESA conection

  1. configure the project to use EAS. eas build:configure
  2. Send the development build to EAS for developers to run javascript code no need to compil the android apk. eas build --profile development --platform android
  3. You can also compile an APK with EAS to install on a local andrpod device. eas build -p android --profile preview

resources

local-eas-test's People

Contributors

suluuboi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.