This simple repo implements Account Kit, Push Kit and Analytics Kit of HMS ecosystem and aims to be playground for integration of other kits.
npm install
If you are having issues, you can follow getting started.
cd reactnative-hms-bridge
npx react-native run-android --variant=HmsDebug
For other variants, check productFlavors in app/build.gradle
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.