You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combination of two financial apps (Jenius and Flip).
How to Run
# install dependencies
npm install # or yarn install# run on android emulator or android phone
npm run android # or yarn android# run on ios simulator or iphone
npm run ios # or yarn ios