UNPKG

@bottom-tabs/react-navigation

Version:
112 lines (111 loc) 2.62 kB
{ "name": "@bottom-tabs/react-navigation", "version": "0.10.0", "description": "React Native Bottom Tabs React Navigation integration", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js", "types": "./lib/typescript/commonjs/src/index.d.ts", "sideEffects": false, "exports": { ".": { "import": { "types": "./lib/typescript/module/src/index.d.ts", "default": "./lib/module/index.js" }, "require": { "types": "./lib/typescript/commonjs/src/index.d.ts", "default": "./lib/commonjs/index.js" } }, "./package.json": "./package.json" }, "files": [ "src", "lib", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "test": "jest", "typecheck": "tsc -b", "lint": "eslint \"**/*.{js,ts,tsx}\"", "build": "bob build" }, "keywords": [ "react-native", "ios", "android", "react-navigation", "expo-router" ], "repository": { "type": "git", "url": "git+https://github.com/callstackincubator/react-native-bottom-tabs.git" }, "author": "Oskar Kwasniewski <oskarkwasniewski@icloud.com> (https://github.com/okwasniewski)", "license": "MIT", "bugs": { "url": "https://github.com/callstackincubator/react-native-bottom-tabs/issues" }, "homepage": "https://github.com/callstackincubator/react-native-bottom-tabs#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "devDependencies": { "@react-navigation/native": "7.0.15", "@types/color": "^4.2.0", "jest": "^29.7.0", "react": "18.3.1", "react-native": "0.78.0", "react-native-bottom-tabs": "*", "react-native-builder-bob": "^0.37.0", "typescript": "^5.2.2" }, "dependencies": { "color": "^4.2.3" }, "peerDependencies": { "@react-navigation/native": ">=7", "react": "*", "react-native": "*", "react-native-bottom-tabs": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "commonjs", { "esm": true, "configFile": true } ], [ "module", { "esm": true, "configFile": true } ], [ "typescript", { "project": "tsconfig.build.json", "esm": true } ] ] } }