Chetan Bhadarka

Results 2 issues of Chetan Bhadarka

### Current behavior I did react-navigation setup in my project. I want to use bottom-tab and other screen which can easily access within app. here is my configuration for navigators....

bug
needs repro
platform:android
platform:ios

``` const response = await openPicker({ mediaType: 'video', maxSelectedAssets: 1, allowedLivePhotos: false, selectedAssets: allVideos, }); ``` **Issue:** - When i select a video and then press "done", my app is...