msqar
msqar
> A similar issue on another modal package: [react-native-community/react-native-modal#92](https://github.com/react-native-community/react-native-modal/issues/92) > > I don't think `useNativeDriver: false` is a long term solution due to performance (which is already poor on low-powered...
Seems that this is a react-native issue... in the `react-native-modal` github, they sent a fix for this. What should we do on modalbox? any idea guys?
Seems that someone else had this issue, by setting useNativeDriver to false in the index.js on animateOpen and animateClose seems to solve the issue but i'm modifying the file that...
2nd attempt. Tried to apply the "showContent" solution that @mmazzarolo suggested on their [git](https://github.com/react-native-community/react-native-modal/issues/92) `react-native-modal`, but on this component i couldn't make it work, the entire content is inside an...
@carlmagumpara still no responses since i created this :/ #FeelsBadMan
No response yet!? Anyone knows how to solve this for good?
> @hironarita checkout new prop added `keyboardTopOffset`. Try setting it to 0. Thanks!! this worked for me, in my case, whenever i opened the keyboard on iOS, it was sliding...
> Hola, en el modalbox al comienzo de correr la app, me permite el scroll pero luego de soltar no me deja hacer scroll en ninguno de los modales English...
You can do your own, I built my own component wrapper using this library and also contains the very same actionsheet asking if you want to Take a new picture...
This is quite disturbing... on Android, if i validate against this.state.viewRef from not being null... it will stop showing the yellow Warning but the blur won't be rendered. It doesn't...