add fingerprint and keychain lib
Showing
ios/Podfile.lock
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -30,7 +30,7 @@ |
"react-hook-form": "^6.15.4", | ||
"react-native": "0.62.2", | ||
"react-native-autocomplete-input": "^5.0.0", | ||
"react-native-bootsplash": "^3.2.0", | ||
"react-native-bootsplash": "^3.2.3", | ||
"react-native-confirmation-code-field": "^6.5.1", | ||
"react-native-datepicker": "^1.7.2", | ||
"react-native-device-info": "^8.1.2", | ||
... | ... | @@ -40,6 +40,7 @@ |
"react-native-i18n": "^2.0.15", | ||
"react-native-image-crop-picker": "^0.36.2", | ||
"react-native-indicators": "^0.17.0", | ||
"react-native-keychain": "^7.0.0", | ||
"react-native-linear-gradient": "^2.5.6", | ||
"react-native-modal": "^11.7.0", | ||
"react-native-modal-dropdown": "^1.0.0", | ||
... | ... | @@ -51,6 +52,7 @@ |
"react-native-simple-radio-button": "^2.7.4", | ||
"react-native-swiper": "^1.6.0", | ||
"react-native-tab-view": "^2.15.2", | ||
"react-native-touch-id": "^4.4.1", | ||
"react-native-vector-icons": "^8.0.0", | ||
"react-native-webview": "^11.2.5", | ||
"react-native-youtube": "^2.0.1", | ||
... | ... |
src/services/biometricService.js
0 → 100644
src/services/keychainService.js
0 → 100644
Please
register
or
sign in
to comment