Steer your finances with AI
Built with Expo.
-
Install dependencies
npm install
-
Start the app
npx expo start
This will create a native app for the specified platform.
npx expo prebuild --platform ios
npx expo prebuild --platform androidnpx expo run:ios
npx expo run:androidnpm install -g eas-cli
eas whoamieas init
eas build:configureeas build --profile development --platform ios|android