Explorar el Código

Update to react native 0.70.6

tags/mobile-v9.7.2
Guillaume Vincent hace 1 año
padre
commit
fca09110b0
Se han modificado 2 ficheros con 3 adiciones y 5 borrados
  1. +2
    -3
      mobile/ios/LessPass.xcodeproj/project.pbxproj
  2. +1
    -2
      mobile/package.json

+ 2
- 3
mobile/ios/LessPass.xcodeproj/project.pbxproj Ver fichero

@@ -605,7 +605,7 @@
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
@@ -677,7 +677,7 @@
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -703,7 +703,6 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};


+ 1
- 2
mobile/package.json Ver fichero

@@ -17,7 +17,6 @@
"test:watch": "jest --watch",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postversion": "react-native-version --never-amend",
"postinstall": "pod install --project-directory=./ios",
"prettier": "prettier --write src"
},
"dependencies": {
@@ -32,7 +31,7 @@
"lesspass-render-password": "^9.1.9",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "0.70.3",
"react-native": "0.70.6",
"react-native-gesture-handler": "^2.7.1",
"react-native-keychain": "^8.1.1",
"react-native-paper": "^4.12.5",


Cargando…
Cancelar
Guardar