Skip to content

Commit dfdfeaa

Browse files
committed
add react-native-image-picker for the ios example project
1 parent bf22aa5 commit dfdfeaa

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

example/ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ PODS:
221221
- React-jsinspector (0.70.6)
222222
- React-logger (0.70.6):
223223
- glog
224+
- react-native-image-picker (4.8.4):
225+
- React-Core
224226
- React-perflogger (0.70.6)
225227
- React-RCTActionSheet (0.70.6):
226228
- React-Core/RCTActionSheetHeaders (= 0.70.6)
@@ -346,6 +348,7 @@ DEPENDENCIES:
346348
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
347349
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
348350
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
351+
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
349352
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
350353
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
351354
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
@@ -408,6 +411,8 @@ EXTERNAL SOURCES:
408411
:path: "../node_modules/react-native/ReactCommon/jsinspector"
409412
React-logger:
410413
:path: "../node_modules/react-native/ReactCommon/logger"
414+
react-native-image-picker:
415+
:path: "../node_modules/react-native-image-picker"
411416
React-perflogger:
412417
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
413418
React-RCTActionSheet:
@@ -465,6 +470,7 @@ SPEC CHECKSUMS:
465470
React-jsiexecutor: b4a65947391c658450151275aa406f2b8263178f
466471
React-jsinspector: 60769e5a0a6d4b32294a2456077f59d0266f9a8b
467472
React-logger: 1623c216abaa88974afce404dc8f479406bbc3a0
473+
react-native-image-picker: cffb727cf2f59bd5c0408e30b3dbe0b935f88835
468474
React-perflogger: 8c79399b0500a30ee8152d0f9f11beae7fc36595
469475
React-RCTActionSheet: 7316773acabb374642b926c19aef1c115df5c466
470476
React-RCTAnimation: 5341e288375451297057391227f691d9b2326c3d

example/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,11 @@
23502350
"resolved" "https://registry.nlark.com/fs.realpath/download/fs.realpath-1.0.0.tgz"
23512351
"version" "1.0.0"
23522352

2353+
"fsevents@^2.1.2":
2354+
"integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="
2355+
"resolved" "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz"
2356+
"version" "2.3.2"
2357+
23532358
"function-bind@^1.1.1":
23542359
"integrity" "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
23552360
"resolved" "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz"

0 commit comments

Comments
 (0)