react-native-minimizer
TypeScript icon, indicating that this package has built-in type declarations

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

Install

npm i react-native-minimizer@1.3.3

Version

1.3.3

License

MIT

Unpacked Size

20.5 kB

Total Files

13

Last publish

Collaborators

  • oilastudio