react-native-root-modal
react-native-root-modal copied to clipboard
A pure JavaScript solution for react native`s modal component
I use it as this: the visible has changed from false to true,but the modal cann't appear;but I change the this.state.modalVisible to true,it can appear... can anyone help me ??...
It doesn't seem like there is any props for me to choose between different styles. The only thing I can use right now is the simple one. Can you please...
when press hardware back on android, trigger an event to hide modal, first time it's ok, then reopen the modal, then hide modal fail!
Hi **Exscuse me for the duplicate post, I made a mistake** I have two questions? 1) **How to get focus on the Touchable component when the modal is opened.** for...
Hi I have two questions? 1. How to get focus on the Touchable component when the modal is opened. or example: Let's create a modal from a TouchableHighlight ``` {...
i can't find onRequestClose
The reason I needed this module is becasue the native `` covers the entire screen and does not allow "click through" via "pointerEvents". So your module is excellent, because i...
Hi, I have used your modal and it is a very nice component. I am very glad to your work. I find one issue when my component state changes it...
组件引入的方式初始化modal会执行两次。。。。。