react-native-mediapicker icon indicating copy to clipboard operation
react-native-mediapicker copied to clipboard

Videos not showing

Open arvindmishra1406 opened this issue 7 years ago • 4 comments

I am using this plugin but unable to fetch videos while I am using assetType = "Videos". Its always returning images. Am I missing something?

arvindmishra1406 avatar Apr 17 '17 11:04 arvindmishra1406

can you give me an example repo?

st0ffern avatar Apr 22 '17 08:04 st0ffern

Thanks for reply Stoffern!! I am using below code..

<MediaPicker callback={items => this.whenClickedImage(items)} groupTypes="All" assetType="Videos" maximum={1} imagesPerRow={4} imageMargin={1} showLoading={true} setFirstImage={this.getImage} />

arvindmishra1406 avatar Apr 24 '17 05:04 arvindmishra1406

Related to this: https://github.com/facebook/react-native/pull/13715

st0ffern avatar May 10 '17 19:05 st0ffern

I get the same error. What's the news?

hungdev avatar Mar 10 '18 16:03 hungdev