A simple budgeting app
- Go through the React Native instructions for
React Native CLI
to install the necessary applications and tools - Go to the Firebase project's setting and download the
GoogleService-Info.plist
file and put it in theiOS
directory, and download thegoogle-services.json
file and put it in theandroid/app
directory- If the
GoogleService-Info.plist
is not appearing in XCode, you may have to add it - If you are having issues with Android, you can try reading this to debug.
- If the
- Run
yarn
- For iOS, run
pod install
- You should be able to build by running
yarn ios
oryarn android
- You can also run iOS by opening the
ios/EasyBudget.xcworkspace
file in XCode and runningbuild
- You can also run iOS by opening the