UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

95 lines (94 loc) 2.35 kB
{ "name": "@react-navigation/stack", "description": "Stack navigator component for iOS and Android with animated transitions and gestures", "version": "7.2.10", "keywords": [ "react-native-component", "react-component", "react-native", "react-navigation", "ios", "android", "stack" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-navigation/react-navigation.git", "directory": "packages/stack" }, "bugs": { "url": "https://github.com/react-navigation/react-navigation/issues" }, "homepage": "https://reactnavigation.org/docs/stack-navigator/", "source": "./src/index.tsx", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "src", "lib", "!**/__tests__" ], "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "prepack": "bob build", "clean": "del lib" }, "dependencies": { "@react-navigation/elements": "^2.3.8", "color": "^4.2.3" }, "devDependencies": { "@jest/globals": "^29.7.0", "@react-navigation/native": "^7.1.6", "@testing-library/react-native": "^12.8.1", "@types/color": "^3.0.6", "@types/react": "~18.3.12", "del-cli": "^5.1.0", "react": "18.3.1", "react-native": "0.76.2", "react-native-builder-bob": "^0.40.0", "react-native-gesture-handler": "~2.20.2", "react-native-safe-area-context": "4.12.0", "react-native-screens": "^4.3.0", "react-test-renderer": "18.2.0", "typescript": "^5.5.2" }, "peerDependencies": { "@react-navigation/native": "^7.1.6", "react": ">= 18.2.0", "react-native": "*", "react-native-gesture-handler": ">= 2.0.0", "react-native-safe-area-context": ">= 4.0.0", "react-native-screens": ">= 4.0.0" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "174dd433d7c7bdd13958c8527760a688e64ab478" }