0.0.2 • Published 4 years ago

trunghv-launch-app-react-native v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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();