Skip to content

Commit cf915ea

Browse files
authoredSep 16, 2023
Merge pull request #118 from baronha/feat/preview-ios
[] Preview Controller
2 parents 7d7f5c9 + 4b3b326 commit cf915ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3351
-179
lines changed
 

‎example/ios/MultipleImagePickerExample.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@
367367
"${PODS_ROOT}/TLPhotoPicker/TLPhotoPicker/TLPhotoPickerController.bundle",
368368
"${PODS_CONFIGURATION_BUILD_DIR}/TLPhotoPicker/TLPhotoPicker.bundle",
369369
"${PODS_CONFIGURATION_BUILD_DIR}/react-native-multiple-image-picker/MultipleImagePicker.bundle",
370+
"${PODS_CONFIGURATION_BUILD_DIR}/react-native-multiple-image-picker/Viewer.bundle",
370371
);
371372
name = "[CP] Copy Pods Resources";
372373
outputPaths = (
@@ -375,6 +376,7 @@
375376
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TLPhotoPickerController.bundle",
376377
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TLPhotoPicker.bundle",
377378
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MultipleImagePicker.bundle",
379+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Viewer.bundle",
378380
);
379381
runOnlyForDeploymentPostprocessing = 0;
380382
shellPath = /bin/sh;

‎example/ios/Podfile.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,12 @@ PODS:
330330
- React-jsinspector (0.71.5)
331331
- React-logger (0.71.5):
332332
- glog
333-
- react-native-multiple-image-picker (1.0.1):
333+
- react-native-multiple-image-picker (1.0.3):
334+
- CropViewController (= 2.6.1)
335+
- React-Core
336+
- react-native-multiple-image-picker/Viewer (= 1.0.3)
337+
- TLPhotoPicker (= 2.1.9)
338+
- react-native-multiple-image-picker/Viewer (1.0.3):
334339
- CropViewController (= 2.6.1)
335340
- React-Core
336341
- TLPhotoPicker (= 2.1.9)
@@ -418,7 +423,7 @@ PODS:
418423
- React-jsi (= 0.71.5)
419424
- React-logger (= 0.71.5)
420425
- React-perflogger (= 0.71.5)
421-
- SocketRocket (0.6.0)
426+
- SocketRocket (0.6.1)
422427
- TLPhotoPicker (2.1.9)
423428
- Yoga (1.14.0)
424429
- YogaKit (1.18.1):
@@ -613,7 +618,7 @@ SPEC CHECKSUMS:
613618
React-jsiexecutor: 1579bf3207afadc72ac3638a66a102d1bf5263e3
614619
React-jsinspector: 14a342151ab810862998dfc99e2720746734e9b3
615620
React-logger: 94ec392ae471683635e4bf874d4e82f675399d2d
616-
react-native-multiple-image-picker: 418868907d4ffb9c7a279009ee5645c43c941d1e
621+
react-native-multiple-image-picker: 83b0fe4a14eaa7ae6fd5e5af46d7706ce26b2c7b
617622
React-perflogger: 883a55a9a899535eaf06d0029108ef9ef22cce92
618623
React-RCTActionSheet: 1a3b8416688a3d291367be645022886f71d6842a
619624
React-RCTAnimation: e5560cb72d91ba35151d51e2eb0d467b42763f43
@@ -627,7 +632,7 @@ SPEC CHECKSUMS:
627632
React-RCTVibration: f0f5ad6417803de42e022d99247a6b1ddaf46c13
628633
React-runtimeexecutor: 511f4301d85daf85abface9afb8d2df2d49f87d3
629634
ReactCommon: 4f43b72066f27bfe1f63838c61763f59e7112536
630-
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
635+
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
631636
TLPhotoPicker: 939c40eaad130b69f9571e61e021e8120fa76329
632637
Yoga: cd7d7f509dbfac14ee7f31a6c750acb957cd5022
633638
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

0 commit comments

Comments
 (0)
Failed to load comments.