trunghv-launch-app-react-native
v0.0.2
Published
## Getting started
Downloads
2
Maintainers
Readme
trunghv-launch-app-react-native
Getting started
$ npm install trunghv-launch-app-react-native --save
Mostly automatic installation
$ react-native link trunghv-launch-app-react-native
Usage
import LaunchAppReactNative from "trunghv-launch-app-react-native";
// unlock device with the module.
LaunchAppReactNative.unlock();
// TODO: open app with the module?
LaunchAppReactNative.open();