Skip to content

Sample repository to handle HMS and Firebase implementation with flavors

Notifications You must be signed in to change notification settings

onurkenis/reactnative-hms-gms

Repository files navigation

React Native & HMS Sample

This simple repo implements Analytics Kit of HMS ecosystem and Firebase at once and has flavors behind.

Installing dependencies

npm install

If you are having issues, you can follow getting started.

Running the application

HMS:

cd reactnative-hms-gms
npm run android-hms

Firebase:

cd reactnative-hms-gms
npm run android-gms

Contributing

Commit messages must comply with conventional commits. Otherwise commitlint will complain. :)

Thanks to commitizen, npm run commit command can be used to create commit messages complying with conventional commits.