UNPKG

react-native-is-edge-to-edge

Version:
45 lines (44 loc) 1.07 kB
{ "name": "react-native-is-edge-to-edge", "version": "1.1.7", "license": "MIT", "description": "Detect react-native-edge-to-edge package install", "author": "Mathieu Acthernoene <zoontek@gmail.com>", "homepage": "https://github.com/zoontek/react-native-edge-to-edge", "source": "src/index", "main": "dist/index", "module": "dist/index", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/zoontek/react-native-edge-to-edge.git" }, "keywords": [ "react", "react-native", "edge-to-edge", "status-bar", "navigation-bar", "system-bar", "system-bars" ], "scripts": { "clean": "rm -rf dist", "test": "vitest run", "build": "yarn clean && yarn test && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "react": "19.0.0", "react-native": "0.78.1", "tsup": "^8.4.0", "typescript": "^5.8.2", "vitest": "^3.0.9" } }