UNPKG

@react-navigation/drawer

Version:

Integration for the drawer component from react-native-drawer-layout

97 lines (96 loc) 2.4 kB
{ "name": "@react-navigation/drawer", "description": "Integration for the drawer component from react-native-drawer-layout", "version": "7.3.8", "keywords": [ "react-native-component", "react-component", "react-native", "react-navigation", "ios", "android", "material", "drawer" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-navigation/react-navigation.git", "directory": "packages/drawer" }, "bugs": { "url": "https://github.com/react-navigation/react-navigation/issues" }, "homepage": "https://reactnavigation.org/docs/drawer-navigator/", "source": "./src/index.tsx", "main": "./lib/module/index.js", "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.7", "color": "^4.2.3", "react-native-drawer-layout": "^4.1.5", "use-latest-callback": "^0.2.1" }, "devDependencies": { "@jest/globals": "^29.7.0", "@react-navigation/native": "^7.1.5", "@testing-library/react-native": "^12.8.1", "@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-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "^4.3.0", "typescript": "^5.5.2" }, "peerDependencies": { "@react-navigation/native": "^7.1.5", "react": ">= 18.2.0", "react-native": "*", "react-native-gesture-handler": ">= 2.0.0", "react-native-reanimated": ">= 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": "f81cdb021eae329286a4416b54a9902376f8b41d" }