If you're only developing for one platform you can ignore the steps below that are tagged with the platform you don't require.
- 1.1)
git clone https://github.com/manishgrd/notify_RN.git - 1.2)
cd notify_RN- cd into your newly created project directory. - 1.3) Install NPM packages with your package manager of choice - i.e run
yarn
[Android]** Follow the manually add firebase to your app instructions here to generate your google-services.json file if you haven't done so already - use the package name generated previously as your Android package name.
- 3.1) Start the react native packager, run
yarn run start - 3.2) [Android] If you haven't already got an android device attached/emulator running then you'll need to get one running (make sure the emulator is with Google Play / APIs). When ready run
yarn run androidfrom the root of your project.