Mokh Rif'an Ardiansyah
Mokh Rif'an Ardiansyah
I got my fixed without sacrificing the close transition. but it's at the library side https://github.com/maxs15/react-native-modalbox/pull/340 hope it'll help
I've made my own solution for modalbox using this [fix proposal for react-native-modal](https://github.com/react-native-modal/react-native-modal/issues/92#issuecomment-354796617), it'll work with `coverScreen={true}`. the idea is the same but without the `hideModalContentWhileAnimating` prop. you can check...
in my case, it was because of the video constraints ``` const videoConstraints = { height: { ideal: 1920, max: 4096 }, width: { ideal: 1920, max: 4096 }, facingMode:...