react-native-mediapicker
react-native-mediapicker copied to clipboard
Videos not showing
I am using this plugin but unable to fetch videos while I am using assetType = "Videos". Its always returning images. Am I missing something?
can you give me an example repo?
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} />
Related to this: https://github.com/facebook/react-native/pull/13715
I get the same error. What's the news?