- run
npx create-react-native-library [MODULE NAME] - go to module folder
cd [MODULE NAME] - run
yarn - open
androidfolder in Android Studio - open
iosfolder in Xcode
KaaS SDK
npm install react-native-kaas-sdkimport { sendCommand } from "react-native-kaas-sdk";
// ...
const result = await sendCommand(DEVICE_COMMAND_ANDROID.UNLOCK);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library