UNPKG

react-native-activity-android

Version:

Provides a method to pause Android app (Activity.moveTaskToBack), as well as lifecycle hooks when app is paused and resumed.

37 lines (36 loc) 847 B
{ "name": "react-native-activity-android", "version": "0.17.3", "description": "Provides a method to pause Android app (Activity.moveTaskToBack), as well as lifecycle hooks when app is paused and resumed.", "main": "src/index.js", "scripts": { "test": "./node_modules/.bin/mocha --require babel-core/register" }, "repository": { "type": "git", "url": "https://github.com/jaysoo/react-native-activity-android" }, "files": [ "android", "src", "README.md", "LICENSE" ], "keywords": [ "react-native", "react", "react-component", "back", "movetasktoback", "android" ], "author": "Jack Hsu", "license": "ISC", "devDependencies": { "babel-core": "^6.4.0", "babel-preset-es2015": "^6.3.13", "chai": "^3.4.1", "mocha": "^2.3.4", "sinon": "^1.17.2" } }