UNPKG

@exodus/react-navigation-native-stack

Version:
79 lines (78 loc) 1.9 kB
{ "name": "@exodus/react-navigation-native-stack", "description": "Native stack navigator using react-native-screens", "version": "6.6.2-exodus.2", "keywords": [ "react-native-component", "react-component", "react-native", "react-navigation", "ios", "android", "native", "stack" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ExodusMovement/react-navigation.git", "directory": "packages/native-stack" }, "bugs": { "url": "https://github.com/ExodusMovement/react-navigation/issues" }, "homepage": "https://github.com/software-mansion/react-native-screens#readme", "main": "lib/commonjs/index.js", "source": "src/index.tsx", "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "files": [ "lib", "!**/__tests__", "!**/*.map" ], "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "prepare": "bob build", "clean": "del lib" }, "dependencies": { "@react-navigation/elements": "^1.3.3", "warn-once": "^0.1.0" }, "devDependencies": { "@react-navigation/native": "^6.0.10", "@testing-library/react-native": "^7.2.0", "@types/react": "^17.0.9", "@types/react-native": "~0.64.9", "react": "17.0.1", "react-native": "~0.64.3", "react-native-builder-bob": "^0.18.1", "react-native-screens": "^3.3.0", "typescript": "^4.3.2" }, "peerDependencies": { "@react-navigation/native": "^6.0.0", "react": "*", "react-native": "*", "react-native-safe-area-context": ">= 3.0.0", "react-native-screens": ">= 3.0.0" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }