Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.32 KB

flow-launcher

Launch your flow at your will and stay productive all the time 🚀🚀💫💫 (It's a goal-based to-do app I built for fun & learn React Native)

Expo dependency

  • This project uses Expo managed workflow
  • This project built on customized Expo runtime since it has dependency on a unsupported package by Expo default runtime
  • Customized Expo runtime is built using EAS build
  • Expo development client is used for developing locally & testing

Setup the local build

1. Pre-requisite: Build customized runtime & install custom dev client

  • EAS build should be created in the Expo account documentaion
  • Remember to configure internal distribution in eas.json
  • Upon successful build, install Expo Custom Development Client in the device (EAS build will give a download URL)
  • Development client from the download comes with customized runtime (more on custom development client)

2. Launch the app locally

After you have the custom development client installed in the device (or a simulator), run following command.

  expo start --dev-client

or,

  yarn start