Skip to content

Commit

Permalink
Merge pull request #2873 from ecency/nt/expo-local-auth
Browse files Browse the repository at this point in the history
Nt/expo local auth
  • Loading branch information
feruzm authored May 16, 2024
2 parents ac28e79 + 71517ee commit 7bebf35
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4,566 deletions.
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ PODS:
- SDWebImageWebPCoder (~> 0.13.0)
- ExpoKeepAwake (12.8.2):
- ExpoModulesCore
- ExpoLocalAuthentication (13.8.0):
- ExpoModulesCore
- ExpoModulesCore (1.11.10):
- glog
- RCT-Folly (= 2022.05.16.00)
Expand Down Expand Up @@ -1137,8 +1139,6 @@ PODS:
- React-Core
- react-native-date-picker (4.3.4):
- React-Core
- react-native-fingerprint-scanner (6.0.0):
- React
- react-native-flipper (0.164.0):
- React-Core
- react-native-heic-converter (1.3.2):
Expand Down Expand Up @@ -1446,6 +1446,7 @@ DEPENDENCIES:
- ExpoFileSystem (from `../node_modules/expo-file-system/ios`)
- ExpoImage (from `../node_modules/expo-image/ios`)
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- ExpoLocalAuthentication (from `../node_modules/expo-local-authentication/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
Expand Down Expand Up @@ -1506,7 +1507,6 @@ DEPENDENCIES:
- react-native-config (from `../node_modules/react-native-config`)
- react-native-create-thumbnail (from `../node_modules/react-native-create-thumbnail`)
- react-native-date-picker (from `../node_modules/react-native-date-picker`)
- react-native-fingerprint-scanner (from `../node_modules/react-native-fingerprint-scanner`)
- react-native-flipper (from `../node_modules/react-native-flipper`)
- react-native-heic-converter (from `../node_modules/react-native-heic-converter`)
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
Expand Down Expand Up @@ -1635,6 +1635,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-image/ios"
ExpoKeepAwake:
:path: "../node_modules/expo-keep-awake/ios"
ExpoLocalAuthentication:
:path: "../node_modules/expo-local-authentication/ios"
ExpoModulesCore:
:path: "../node_modules/expo-modules-core"
FBLazyVector:
Expand Down Expand Up @@ -1704,8 +1706,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-create-thumbnail"
react-native-date-picker:
:path: "../node_modules/react-native-date-picker"
react-native-fingerprint-scanner:
:path: "../node_modules/react-native-fingerprint-scanner"
react-native-flipper:
:path: "../node_modules/react-native-flipper"
react-native-heic-converter:
Expand Down Expand Up @@ -1842,6 +1842,7 @@ SPEC CHECKSUMS:
ExpoFileSystem: eecaf6796aed0f4dd20042dc2ca2cac6c4bc1185
ExpoImage: 8cf2d51de3d03b7e984e9b0ba8f19c0c22057001
ExpoKeepAwake: 0f5cad99603a3268e50af9a6eb8b76d0d9ac956c
ExpoLocalAuthentication: c55ffb179683efed04cb144fc80ccf26891f0cb4
ExpoModulesCore: b2ae7a3fc6193556273c5db90065fbe7e11c7a60
FBLazyVector: fbc4957d9aa695250b55d879c1d86f79d7e69ab4
FBReactNativeSpec: 86de768f89901ef6ed3207cd686362189d64ac88
Expand Down Expand Up @@ -1904,7 +1905,6 @@ SPEC CHECKSUMS:
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-create-thumbnail: e022bcdcba8a0b4529a50d3fa1a832ec921be39d
react-native-date-picker: db26a4dc48fe4e7c3c3afd5008519fad1091c524
react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe
react-native-flipper: c33a4995958ef12a2b2f8290d63bed7adeed7634
react-native-heic-converter: 8f7cd7a143ef013a54540ef7ebbc232cecb4fa87
react-native-netinfo: 8a7fd3f7130ef4ad2fb4276d5c9f8d3f28d2df3d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"events": "^1.0.0",
"expo": "^50.0.8",
"expo-image": "~1.10.6",
"expo-local-authentication": "~13.8.0",
"hive-uri": "^0.2.5",
"hivesigner": "^3.3.4",
"https-browserify": "~0.0.0",
Expand Down Expand Up @@ -119,7 +120,6 @@
"react-native-dynamic": "^1.0.0",
"react-native-email-link": "^1.14.3",
"react-native-extended-stylesheet": "^0.10.0",
"react-native-fingerprint-scanner": "hieuvp/react-native-fingerprint-scanner",
"react-native-flipper": "^0.164.0",
"react-native-gesture-handler": "^2.14.0",
"react-native-heic-converter": "^1.3.1",
Expand Down
Loading

0 comments on commit 7bebf35

Please sign in to comment.