rn-minimizer

1.0.0 • Public • Published

react-native-minimizer

Getting started

$ npm install react-native-minimizer --save

Mostly automatic installation

Add this to your android/build.gradle file, under allprojects.repositories:

allprojects {
  repositories {
    // ...
    maven {
      url("${project(':react-native-minimizer').projectDir}/libs")
    }
  }
}

Usage

import Minimizer from 'react-native-minimizer';

// exits the aplication
Minimizer.exit();
// goes back to previously openned app if there was such
Minimizer.goBack();
// just minimizes the app
Minimizer.minimize();

Package Sidebar

Install

npm i rn-minimizer

Weekly Downloads

42

Version

1.0.0

License

MIT

Unpacked Size

20.4 kB

Total Files

13

Last publish

Collaborators

  • portkey-david