Implementación del TabBar
Showing
with
7399 additions
and
1 deletions
TabBar.js
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
{ | |||
"_from": "@react-navigation/bottom-tabs", | |||
"_id": "@react-navigation/bottom-tabs@6.5.3", | |||
"_inBundle": false, | |||
"_integrity": "sha512-ZA2Ko9fNwNaaSNn7738KpEk8Doi+yjRfTg8Wb/WvduIaK/28qNLAYWBCUEVjBC55y/9zJOzwc4R8Av2J2MG/4g==", | |||
"_location": "/@react-navigation/bottom-tabs", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "tag", | |||
"registry": true, | |||
"raw": "@react-navigation/bottom-tabs", | |||
"name": "@react-navigation/bottom-tabs", | |||
"escapedName": "@react-navigation%2fbottom-tabs", | |||
"scope": "@react-navigation", | |||
"rawSpec": "", | |||
"saveSpec": null, | |||
"fetchSpec": "latest" | |||
}, | |||
"_requiredBy": [ | |||
"#USER", | |||
"/" | |||
], | |||
"_resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.3.tgz", | |||
"_shasum": "76bb793b42326544997d438c5202b59913d0d656", | |||
"_spec": "@react-navigation/bottom-tabs", | |||
"_where": "/Users/scloady/Desktop/proyecto_TDDM", | |||
"bugs": { | |||
"url": "https://github.com/react-navigation/react-navigation/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"dependencies": { | |||
"@react-navigation/elements": "^1.3.13", | |||
"color": "^4.2.3", | |||
"warn-once": "^0.1.0" | |||
}, | |||
"deprecated": false, | |||
"description": "Bottom tab navigator following iOS design guidelines", | |||
"devDependencies": { | |||
"@react-navigation/native": "^6.1.2", | |||
"@testing-library/react-native": "^11.5.0", | |||
"@types/color": "^3.0.1", | |||
"@types/react": "~18.0.0", | |||
"@types/react-native": "~0.69.1", | |||
"del-cli": "^3.0.1", | |||
"react": "18.0.0", | |||
"react-native": "0.69.5", | |||
"react-native-builder-bob": "^0.20.3", | |||
"react-native-safe-area-context": "4.3.1", | |||
"react-native-screens": "~3.15.0", | |||
"typescript": "^4.7.4" | |||
}, | |||
"files": [ | |||
"src", | |||
"lib", | |||
"!**/__tests__" | |||
], | |||
"gitHead": "f93576624282c3d65e359cca2826749f56221e8c", | |||
"homepage": "https://github.com/react-navigation/react-navigation#readme", | |||
"keywords": [ | |||
"react-native-component", | |||
"react-component", | |||
"react-native", | |||
"react-navigation", | |||
"ios", | |||
"android", | |||
"tab" | |||
], | |||
"license": "MIT", | |||
"main": "lib/commonjs/index.js", | |||
"module": "lib/module/index.js", | |||
"name": "@react-navigation/bottom-tabs", | |||
"peerDependencies": { | |||
"@react-navigation/native": "^6.0.0", | |||
"react": "*", | |||
"react-native": "*", | |||
"react-native-safe-area-context": ">= 3.0.0", | |||
"react-native-screens": ">= 3.0.0" | |||
}, | |||
"publishConfig": { | |||
"access": "public" | |||
}, | |||
"react-native": "src/index.tsx", | |||
"react-native-builder-bob": { | |||
"source": "src", | |||
"output": "lib", | |||
"targets": [ | |||
"commonjs", | |||
"module", | |||
[ | |||
"typescript", | |||
{ | |||
"project": "tsconfig.build.json" | |||
} | |||
] | |||
] | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/react-navigation/react-navigation.git", | |||
"directory": "packages/bottom-tabs" | |||
}, | |||
"scripts": { | |||
"clean": "del lib", | |||
"prepack": "bob build" | |||
}, | |||
"sideEffects": false, | |||
"source": "src/index.tsx", | |||
"types": "lib/typescript/src/index.d.ts", | |||
"version": "6.5.3" | |||
} |
node_modules/color-string/LICENSE
0 → 100644
node_modules/color-string/README.md
0 → 100644
node_modules/color-string/index.js
0 → 100644
node_modules/color-string/package.json
0 → 100644
{ | |||
"_from": "color-string@^1.9.0", | |||
"_id": "color-string@1.9.1", | |||
"_inBundle": false, | |||
"_integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", | |||
"_location": "/color-string", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "range", | |||
"registry": true, | |||
"raw": "color-string@^1.9.0", | |||
"name": "color-string", | |||
"escapedName": "color-string", | |||
"rawSpec": "^1.9.0", | |||
"saveSpec": null, | |||
"fetchSpec": "^1.9.0" | |||
}, | |||
"_requiredBy": [ | |||
"/color" | |||
], | |||
"_resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", | |||
"_shasum": "4467f9146f036f855b764dfb5bf8582bf342c7a4", | |||
"_spec": "color-string@^1.9.0", | |||
"_where": "/Users/scloady/Desktop/proyecto_TDDM/node_modules/color", | |||
"author": { | |||
"name": "Heather Arthur", | |||
"email": "fayearthur@gmail.com" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/Qix-/color-string/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"contributors": [ | |||
{ | |||
"name": "Maxime Thirouin" | |||
}, | |||
{ | |||
"name": "Dyma Ywanov", | |||
"email": "dfcreative@gmail.com" | |||
}, | |||
{ | |||
"name": "Josh Junon" | |||
} | |||
], | |||
"dependencies": { | |||
"color-name": "^1.0.0", | |||
"simple-swizzle": "^0.2.2" | |||
}, | |||
"deprecated": false, | |||
"description": "Parser and generator for CSS color strings", | |||
"devDependencies": { | |||
"xo": "^0.12.1" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"homepage": "https://github.com/Qix-/color-string#readme", | |||
"keywords": [ | |||
"color", | |||
"colour", | |||
"rgb", | |||
"css" | |||
], | |||
"license": "MIT", | |||
"name": "color-string", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/Qix-/color-string.git" | |||
}, | |||
"scripts": { | |||
"pretest": "xo", | |||
"test": "node test/basic.js" | |||
}, | |||
"version": "1.9.1", | |||
"xo": { | |||
"rules": { | |||
"no-cond-assign": 0, | |||
"operator-linebreak": 0 | |||
} | |||
} | |||
} |
node_modules/color/LICENSE
0 → 100644
node_modules/color/README.md
0 → 100644
node_modules/color/index.js
0 → 100644
node_modules/color/package.json
0 → 100644
{ | |||
"_from": "color@^4.2.3", | |||
"_id": "color@4.2.3", | |||
"_inBundle": false, | |||
"_integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", | |||
"_location": "/color", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "range", | |||
"registry": true, | |||
"raw": "color@^4.2.3", | |||
"name": "color", | |||
"escapedName": "color", | |||
"rawSpec": "^4.2.3", | |||
"saveSpec": null, | |||
"fetchSpec": "^4.2.3" | |||
}, | |||
"_requiredBy": [ | |||
"/@react-navigation/bottom-tabs" | |||
], | |||
"_resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", | |||
"_shasum": "d781ecb5e57224ee43ea9627560107c0e0c6463a", | |||
"_spec": "color@^4.2.3", | |||
"_where": "/Users/scloady/Desktop/proyecto_TDDM/node_modules/@react-navigation/bottom-tabs", | |||
"authors": [ | |||
"Josh Junon <josh@junon.me>", | |||
"Heather Arthur <fayearthur@gmail.com>", | |||
"Maxime Thirouin" | |||
], | |||
"bugs": { | |||
"url": "https://github.com/Qix-/color/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"dependencies": { | |||
"color-convert": "^2.0.1", | |||
"color-string": "^1.9.0" | |||
}, | |||
"deprecated": false, | |||
"description": "Color conversion and manipulation with CSS string support", | |||
"devDependencies": { | |||
"mocha": "9.0.2", | |||
"xo": "0.42.0" | |||
}, | |||
"engines": { | |||
"node": ">=12.5.0" | |||
}, | |||
"files": [ | |||
"LICENSE", | |||
"index.js" | |||
], | |||
"homepage": "https://github.com/Qix-/color#readme", | |||
"keywords": [ | |||
"color", | |||
"colour", | |||
"css" | |||
], | |||
"license": "MIT", | |||
"name": "color", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/Qix-/color.git" | |||
}, | |||
"scripts": { | |||
"pretest": "xo", | |||
"test": "mocha" | |||
}, | |||
"sideEffects": false, | |||
"version": "4.2.3", | |||
"xo": { | |||
"rules": { | |||
"no-cond-assign": 0, | |||
"new-cap": 0, | |||
"unicorn/prefer-module": 0, | |||
"no-mixed-operators": 0, | |||
"complexity": 0, | |||
"unicorn/numeric-separators-style": 0 | |||
} | |||
} | |||
} |
node_modules/simple-swizzle/LICENSE
0 → 100644
node_modules/simple-swizzle/README.md
0 → 100644
node_modules/simple-swizzle/index.js
0 → 100644
{ | |||
"_from": "is-arrayish@^0.3.1", | |||
"_id": "is-arrayish@0.3.2", | |||
"_inBundle": false, | |||
"_integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", | |||
"_location": "/simple-swizzle/is-arrayish", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "range", | |||
"registry": true, | |||
"raw": "is-arrayish@^0.3.1", | |||
"name": "is-arrayish", | |||
"escapedName": "is-arrayish", | |||
"rawSpec": "^0.3.1", | |||
"saveSpec": null, | |||
"fetchSpec": "^0.3.1" | |||
}, | |||
"_requiredBy": [ | |||
"/simple-swizzle" | |||
], | |||
"_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", | |||
"_shasum": "4574a2ae56f7ab206896fb431eaeed066fdf8f03", | |||
"_spec": "is-arrayish@^0.3.1", | |||
"_where": "/Users/scloady/Desktop/proyecto_TDDM/node_modules/simple-swizzle", | |||
"author": { | |||
"name": "Qix", | |||
"url": "http://github.com/qix-" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/qix-/node-is-arrayish/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"deprecated": false, | |||
"description": "Determines if an object can be used as an array", | |||
"devDependencies": { | |||
"@zeit/eslint-config-node": "^0.3.0", | |||
"@zeit/git-hooks": "^0.1.4", | |||
"coffeescript": "^2.3.1", | |||
"coveralls": "^3.0.1", | |||
"eslint": "^4.19.1", | |||
"istanbul": "^0.4.5", | |||
"mocha": "^5.2.0", | |||
"should": "^13.2.1" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"@zeit/eslint-config-node" | |||
] | |||
}, | |||
"git": { | |||
"pre-commit": "lint-staged" | |||
}, | |||
"homepage": "https://github.com/qix-/node-is-arrayish#readme", | |||
"keywords": [ | |||
"is", | |||
"array", | |||
"duck", | |||
"type", | |||
"arrayish", | |||
"similar", | |||
"proto", | |||
"prototype", | |||
"type" | |||
], | |||
"license": "MIT", | |||
"name": "is-arrayish", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/qix-/node-is-arrayish.git" | |||
}, | |||
"scripts": { | |||
"lint": "zeit-eslint --ext .jsx,.js .", | |||
"lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint", | |||
"test": "mocha --require coffeescript/register ./test/**/*.coffee" | |||
}, | |||
"version": "0.3.2" | |||
} |
node_modules/simple-swizzle/package.json
0 → 100644
{ | |||
"_from": "simple-swizzle@^0.2.2", | |||
"_id": "simple-swizzle@0.2.2", | |||
"_inBundle": false, | |||
"_integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", | |||
"_location": "/simple-swizzle", | |||
"_phantomChildren": {}, | |||
"_requested": { | |||
"type": "range", | |||
"registry": true, | |||
"raw": "simple-swizzle@^0.2.2", | |||
"name": "simple-swizzle", | |||
"escapedName": "simple-swizzle", | |||
"rawSpec": "^0.2.2", | |||
"saveSpec": null, | |||
"fetchSpec": "^0.2.2" | |||
}, | |||
"_requiredBy": [ | |||
"/color-string" | |||
], | |||
"_resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", | |||
"_shasum": "a4da6b635ffcccca33f70d17cb92592de95e557a", | |||
"_spec": "simple-swizzle@^0.2.2", | |||
"_where": "/Users/scloady/Desktop/proyecto_TDDM/node_modules/color-string", | |||
"author": { | |||
"name": "Qix", | |||
"url": "http://github.com/qix-" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/qix-/node-simple-swizzle/issues" | |||
}, | |||
"bundleDependencies": false, | |||
"dependencies": { | |||
"is-arrayish": "^0.3.1" | |||
}, | |||
"deprecated": false, | |||
"description": "Simply swizzle your arguments", | |||
"devDependencies": { | |||
"coffee-script": "^1.9.3", | |||
"coveralls": "^2.11.2", | |||
"istanbul": "^0.3.17", | |||
"mocha": "^2.2.5", | |||
"should": "^7.0.1", | |||
"xo": "^0.7.1" | |||
}, | |||
"files": [ | |||
"index.js" | |||
], | |||
"homepage": "https://github.com/qix-/node-simple-swizzle#readme", | |||
"keywords": [ | |||
"argument", | |||
"arguments", | |||
"swizzle", | |||
"swizzling", | |||
"parameter", | |||
"parameters", | |||
"mixed", | |||
"array" | |||
], | |||
"license": "MIT", | |||
"name": "simple-swizzle", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/qix-/node-simple-swizzle.git" | |||
}, | |||
"scripts": { | |||
"pretest": "xo", | |||
"test": "mocha --compilers coffee:coffee-script/register" | |||
}, | |||
"version": "0.2.2" | |||
} |
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
"lint": "eslint ." | "lint": "eslint ." | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@react-navigation/bottom-tabs": "^6.5.3", | |||
"@react-navigation/native": "^6.1.2", | "@react-navigation/native": "^6.1.2", | ||
"@react-navigation/native-stack": "^6.9.8", | "@react-navigation/native-stack": "^6.9.8", | ||
"react": "17.0.2", | "react": "17.0.2", | ||
... | ... |
Please
register
or
sign in
to comment