UNPKG

react-native-bars

Version:

Components to control your app status and navigation bars.

67 lines (66 loc) 1.6 kB
{ "name": "react-native-bars", "version": "1.0.4", "license": "MIT", "description": "Components to control your app status and navigation bars.", "author": "Mathieu Acthernoene <zoontek@gmail.com>", "homepage": "https://github.com/zoontek/react-native-bars", "main": "dist/commonjs/index.js", "module": "dist/module/index.js", "types": "dist/typescript/index.d.ts", "files": [ "/android", "/src", "/dist", "package.json" ], "repository": { "type": "git", "url": "https://github.com/zoontek/react-native-bars.git" }, "keywords": [ "navigation-bar", "navigationbar", "react", "react-native", "status-bar", "statusbar", "system-bar", "system-bars", "systembar", "systembars" ], "scripts": { "format": "prettier '**/*.{js,json,md,ts,tsx}' --write", "setup-hooks": "git config --local core.hooksPath .hooks", "prepare": "yarn setup-hooks && bob build" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", "typescript" ] }, "prettier": { "trailingComma": "all" }, "lint-staged": { "**/*.{js,json,md,ts,tsx}": "prettier --write" }, "peerDependencies": { "react-native": ">=0.65.0" }, "devDependencies": { "@types/react-native": "^0.66.4", "lint-staged": "^11.2.6", "prettier": "^2.4.1", "prettier-plugin-organize-imports": "^2.3.4", "react": "^17.0.2", "react-native": "^0.66.3", "react-native-builder-bob": "^0.18.2", "typescript": "^4.4.4" } }