Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 892 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 892 Bytes

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.