Skip to content

React Native App for Personal Finance Management web app UI

License

Notifications You must be signed in to change notification settings

KashifAhmed/CashSplash

 
 

Repository files navigation

lekkalu-app

React Native App for Personal Finance Management web app UI

Since our project uses some native libraries, we need to build the app to run it in emulators.

Following files are required to build:

1.firebase/GoogleService-Info.plist 2.firebase/google-services.json

Please request these files with the admin.

Make sure you have following things in your .env file: GOOGLE_SERVICES_JSON="firebase/google-services.json" GOOGLE_SERVICES_PLIST="firebase/GoogleService-Info.plist"

Then, build the app, to run in emulator using following commands.

npx expo prebuild --clean

For ios: npx expo run:ios

For android: npx expo run:android

About

React Native App for Personal Finance Management web app UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%