Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 884 Bytes

File metadata and controls

66 lines (41 loc) · 884 Bytes

helm

Steer your finances with AI

Built with Expo.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

Development Builds

Prebuild

This will create a native app for the specified platform.

npx expo prebuild --platform ios
npx expo prebuild --platform android

Build your native app

npx expo run:ios
npx expo run:android

EAS

Install eas-cli

npm install -g eas-cli
eas whoami

Configure EAS

eas init
eas build:configure

Build

eas build --profile development --platform ios|android