Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 826 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 826 Bytes

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.