This is a sample app using react-native and redux. You are expected to have all the prerequisite steps to run a react-native application. If not, please follow the instruction here.
Run
npm install
Then run either
npm run start
OR
react-native run-ios
OR
react-native run-ios
This app is originally built for a showcase of redux-beacon implementations in several targets.
To see React Native Google Analytics Example, checkout to google-analytics
branch
git checkout google-analytics
Then run the application with any of the commands shown above
To see React Native Google Tag Manager Example, checkout to google-tag-manager
branch
git checkout google-tag-manager
Then run the application with any of the commands shown above
#### iOSThis project is licensed under the MIT License.