Raja10

Results 3 comments of Raja10

ImagePicker.openPicker({ multiple: true, maxFiles: 5(any count you needed), }).then(images => { console.log(images); }); This worked for me.

I got the same issue ,Cleaning the build and running pod install fixed this for me.(react native cli)

I too faced the same App freeze issue in IOS while using DateTimePickerModal in a bottomsheet something like this worked for me {isDatePickerVisible && hideDatePicker} date={new Date()} />}