File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export * from './compressImage' ;
2+ export * from './multipartUpload' ;
Original file line number Diff line number Diff line change 11import { createNativeMultipartUpload } from 'stream-chat-react-native-core' ;
22
3- import { getLocalAssetUri } from './getLocalAssetUri' ;
4-
53import { uploadMultipart } from '../native/multipartUploader' ;
4+ import { getLocalAssetUri } from '../optionalDependencies/getLocalAssetUri' ;
65
76export const multipartUpload = createNativeMultipartUpload ( {
87 getLocalAssetUri,
Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ import { FlatList } from 'react-native';
22
33import { registerNativeHandlers } from 'stream-chat-react-native-core' ;
44
5- import { compressImage } from './handlers' ;
5+ import { compressImage , multipartUpload } from './handlers' ;
66
77import {
88 Audio ,
99 deleteFile ,
1010 getLocalAssetUri ,
1111 getPhotos ,
1212 iOS14RefreshGallerySelection ,
13- multipartUpload ,
1413 NativeShimmerView ,
1514 oniOS14GalleryLibrarySelectionChange ,
1615 overrideAudioRecordingConfiguration ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export * from './generateThumbnail';
44export * from './getLocalAssetUri' ;
55export * from './getPhotos' ;
66export * from './iOS14RefreshGallerySelection' ;
7- export * from './multipartUpload' ;
87export * from './NativeShimmerView' ;
98export * from './oniOS14GalleryLibrarySelectionChange' ;
109export * from './pickDocument' ;
Original file line number Diff line number Diff line change 11export * from './compressImage' ;
2+ export * from './multipartUpload' ;
Original file line number Diff line number Diff line change 11import { createNativeMultipartUpload } from 'stream-chat-react-native-core' ;
22
3- import { getLocalAssetUri } from './getLocalAssetUri' ;
4-
53import { uploadMultipart } from '../native/multipartUploader' ;
4+ import { getLocalAssetUri } from '../optionalDependencies/getLocalAssetUri' ;
65
76export const multipartUpload = createNativeMultipartUpload ( {
87 getLocalAssetUri,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Platform } from 'react-native';
22
33import { registerNativeHandlers } from 'stream-chat-react-native-core' ;
44
5- import { compressImage } from './handlers' ;
5+ import { compressImage , multipartUpload } from './handlers' ;
66
77import {
88 Audio ,
@@ -11,7 +11,6 @@ import {
1111 getLocalAssetUri ,
1212 getPhotos ,
1313 iOS14RefreshGallerySelection ,
14- multipartUpload ,
1514 NativeShimmerView ,
1615 oniOS14GalleryLibrarySelectionChange ,
1716 overrideAudioRecordingConfiguration ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export * from './FlatList';
44export * from './getLocalAssetUri' ;
55export * from './getPhotos' ;
66export * from './iOS14RefreshGallerySelection' ;
7- export * from './multipartUpload' ;
87export * from './NativeShimmerView' ;
98export * from './oniOS14GalleryLibrarySelectionChange' ;
109export * from './pickDocument' ;
You can’t perform that action at this time.
0 commit comments