Kishan Bharda

Results 2 issues of Kishan Bharda

I am retrieving camera roll assets using below code : ```reactjs let album = this.props.navigation.state.params.album; album.getAssets({ fetchOptions : { mediaTypes : ['video','image'], fetchLimit : 0, sourceTypes:'userLibrary' }, includeMetadata:true, includeResourcesMetadata:true, trackInsertsAndDeletes:...

I have added this component as a below : ```lang-js render() { return ( ( title )} renderCollapseView={() => ( { [1, 2, 3, 4, 5].map((item) => ( {item} ))...