A simple budgeting app
- Go through the React Native instructions for
React Native CLIto install the necessary applications and tools - Go to the Firebase project's setting and download the
GoogleService-Info.plistfile and put it in theiOSdirectory, and download thegoogle-services.jsonfile and put it in theandroid/appdirectory- If the
GoogleService-Info.plistis 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 iosoryarn android- You can also run iOS by opening the
ios/EasyBudget.xcworkspacefile in XCode and runningbuild
- You can also run iOS by opening the