/reactnative-hms-bridge

A sample to test HMS integration with react-native by implementing own bridge.

Primary LanguageJava

React Native & HMS Sample

This simple repo implements Account Kit, Push Kit and Analytics Kit of HMS ecosystem and aims to be playground for integration of other kits.

Installing dependencies

npm install

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

Running the application

cd reactnative-hms-bridge
npx react-native run-android --variant=HmsDebug

For other variants, check productFlavors in app/build.gradle

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.