Proyecto completo TDDM - 18-01-2023
Showing
with
6547 additions
and
2 deletions
.buckconfig
0 → 100644
.bundle/config
0 → 100644
.eslintrc.js
0 → 100644
.flowconfig
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.ruby-version
0 → 100644
.watchmanconfig
0 → 100644
AddReservaInstalacion.js
0 → 100644
App.js
0 → 100644
BotonAdd.js
0 → 100644
DescripcionGuardia.js
0 → 100644
Gemfile
0 → 100644
| source 'https://rubygems.org' | ||
| # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
| ruby '2.7.4' | ||
| gem 'cocoapods', '~> 1.11', '>= 1.11.2' |
Gemfile.lock
0 → 100644
Guardias.js
0 → 100644
INSTALL.md
0 → 100644
Inicio.js
0 → 100644
Instalaciones.js
0 → 100644
ModalAddListaMat.js
0 → 100644
Navegacion.js
0 → 100644
Password.js
0 → 100644
Perfil.js
0 → 100644
TabBar.js
0 → 100644
__tests__/App-test.js
0 → 100644
android/app/BUCK
0 → 100644
android/app/build.gradle
0 → 100644
android/app/build_defs.bzl
0 → 100644
android/app/debug.keystore
0 → 100644
No preview for this file type
android/app/proguard-rules.pro
0 → 100644
android/app/src/debug/AndroidManifest.xml
0 → 100644
android/app/src/main/AndroidManifest.xml
0 → 100644
android/app/src/main/jni/Android.mk
0 → 100644
android/app/src/main/jni/OnLoad.cpp
0 → 100644
2.98 KB
4.91 KB
2.05 KB
2.79 KB
4.46 KB
6.93 KB
6.31 KB
10.4 KB
9.03 KB
15.2 KB
android/app/src/main/res/values/strings.xml
0 → 100644
android/app/src/main/res/values/styles.xml
0 → 100644
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/gradle/wrapper/gradle-wrapper.jar
0 → 100644
No preview for this file type
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
assets/data/load/RangoHorarios.json
0 → 100644
assets/data/load/instalaciones.json
0 → 100644
assets/data/load/listaGuardias.json
0 → 100644
assets/data/load/listaMatRes.json
0 → 100644
assets/data/load/materialesSis.json
0 → 100644
assets/data/load/reservasInstalaciones.json
0 → 100644
assets/data/load/usuarios.json
0 → 100644
assets/data/modified/listaMatResA.json
0 → 100644
assets/data/modified/listaMatResE.json
0 → 100644
assets/data/modified/listaMatResM.json
0 → 100644
assets/data/modified/listaMatResMod.json
0 → 100644
assets/data/modified/usuariosA.json
0 → 100644
assets/data/modified/usuariosE.json
0 → 100644
assets/img/icons/Calendario.png
0 → 100644
5.12 KB
assets/img/icons/IconoInicio.png
0 → 100644
6.47 KB
assets/img/icons/IconoInstalaciones.png
0 → 100644
6.97 KB
assets/img/icons/IconoMaterial.png
0 → 100644
12.7 KB
assets/img/icons/IconoPerfil.png
0 → 100644
9.38 KB
assets/img/icons/advertencia.png
0 → 100644
10.5 KB
assets/img/icons/alert.png
0 → 100644
6.75 KB
assets/img/icons/editar.png
0 → 100644
5.54 KB
assets/img/icons/flecha.png
0 → 100644
4.72 KB
assets/img/icons/flechaAzul.png
0 → 100644
4.59 KB
assets/img/icons/guardias.png
0 → 100644
18.8 KB
assets/img/icons/iconoAdd.png
0 → 100644
3.76 KB
assets/img/icons/iconoBorrarMaterial.png
0 → 100644
1.99 KB
assets/img/icons/iconoElim.png
0 → 100644
1.03 KB
assets/img/icons/planificacion.png
0 → 100644
18.7 KB
95.8 KB
62.5 KB
66.7 KB
74.5 KB
assets/img/installations/sala_musica.jpg
0 → 100644
66.9 KB
assets/img/logo.png
0 → 100644
39.7 KB
assets/img/photoprofiles/profile.png
0 → 100644
50.2 KB
babel.config.js
0 → 100644
index.js
0 → 100644
ios/Podfile
0 → 100644
ios/Proyecto.xcodeproj/project.pbxproj
0 → 100644
ios/Proyecto/AppDelegate.h
0 → 100644
ios/Proyecto/AppDelegate.mm
0 → 100644
ios/Proyecto/Images.xcassets/Contents.json
0 → 100644
ios/Proyecto/Info.plist
0 → 100644
ios/Proyecto/LaunchScreen.storyboard
0 → 100644
ios/Proyecto/main.m
0 → 100644
ios/ProyectoTests/Info.plist
0 → 100644
ios/ProyectoTests/ProyectoTests.m
0 → 100644
listaMatRes.js
0 → 100644
materialesLista.js
0 → 100644
materialesListaSis.js
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | ||
| "name": "Proyecto", | ||
| "version": "0.0.1", | ||
| "private": true, | ||
| "scripts": { | ||
| "android": "react-native run-android", | ||
| "ios": "react-native run-ios", | ||
| "start": "react-native start", | ||
| "test": "jest", | ||
| "lint": "eslint ." | ||
| }, | ||
| "dependencies": { | ||
| "@react-native-community/datetimepicker": "^6.7.1", | ||
| "@react-native-picker/picker": "^2.4.8", | ||
| "@react-navigation/bottom-tabs": "^6.5.3", | ||
| "@react-navigation/native": "^6.1.0", | ||
| "@react-navigation/native-stack": "^6.9.5", | ||
| "@react-navigation/stack": "^6.3.8", | ||
| "react": "17.0.2", | ||
| "react-native": "0.68.2", | ||
| "react-native-date-picker": "^4.2.6", | ||
| "react-native-fs": "^2.20.0", | ||
| "react-native-safe-area-context": "^4.4.1", | ||
| "react-native-screens": "^3.18.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "7.20.2", | ||
| "@babel/runtime": "7.20.1", | ||
| "@react-native-community/eslint-config": "2.0.0", | ||
| "babel-jest": "26.6.3", | ||
| "eslint": "7.32.0", | ||
| "jest": "26.6.3", | ||
| "metro-react-native-babel-preset": "0.67.0", | ||
| "react-test-renderer": "17.0.2" | ||
| }, | ||
| "jest": { | ||
| "preset": "react-native" | ||
| } | ||
| } |
Please
register
or
sign in
to comment