Implementación de la modificación y adición de una lista de material
Showing
with
2928 additions
and
237 deletions
ModalAddListaMat.js
0 → 100644
Navegacion.js
0 → 100644
__tests__/App-test.js
0 → 100644
android/app/BUCK
0 → 100644
android/app/build.gradle
0 → 100644
This diff is collapsed.
Click to expand it.
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
assets/data/load/RangoHorarios.json
0 → 100644
assets/data/load/listaGuardias.json
0 → 100644
assets/data/load/materialesSis.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/usuariosA.json
0 → 100644
assets/data/modified/usuariosE.json
0 → 100644
assets/img/icons/Calendario.png
0 → 100644

5.12 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/planificacion.png
0 → 100644

18.7 KB
assets/img/logo.png
0 → 100644

39.7 KB
assets/img/photoprofiles/profile.png
0 → 100644

50.2 KB
ios/Podfile
0 → 100644
ios/Proyecto.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
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
This diff is collapsed.
Click to expand it.
materialesListaSis.js
0 → 100644
This diff could not be displayed because it is too large.
{ | ||
"name": "gestion", | ||
"name": "Proyecto", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
... | ... | @@ -10,22 +10,25 @@ |
"lint": "eslint ." | ||
}, | ||
"dependencies": { | ||
"@react-native-picker/picker": "^2.4.8", | ||
"@react-navigation/bottom-tabs": "^6.5.3", | ||
"@react-navigation/native": "^6.1.2", | ||
"@react-navigation/native-stack": "^6.9.8", | ||
"@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-safe-area-context": "^4.4.1", | ||
"react-native-screens": "^3.18.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.5", | ||
"@babel/runtime": "^7.20.6", | ||
"@react-native-community/eslint-config": "^3.2.0", | ||
"babel-jest": "^29.3.1", | ||
"eslint": "^8.29.0", | ||
"jest": "^29.3.1", | ||
"metro-react-native-babel-preset": "^0.73.4", | ||
"@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": { | ||
... | ... |
Please
register
or
sign in
to comment