react-native-modalbox
react-native-modalbox copied to clipboard
A <Modal/> component for react-native
### Steps to Reproduce 1. Create Modal object with methods for onClosed & onOpened 2. Open modal and immediately tap to dismiss before open animation completes ### Expected Behavior The...
I have a modal which has some buttons. By pressing a button I am trying to open another modal. It is working fine in android. But in ios it is...
How would you make the modal move beyond the top limit or something? I would like the modal to move so the focused input is shown above the keyboard if...
when i put a TextInput in the modal, when textinput focus,the keyboard show, and it will cover the modal, i can't see the modal any more, how can i fix...
I have a TextInput field in modal. when I Click on textInput keyboard opens and when I press hardware back button to close keyboard all stacked models shown one after...
I am using version 1.6.0 with RN 0.52. However, the closing modal does not get animated and the upper right close button is not shown too. May i ask what...
after updating to 1.5.0 onclose animation lost on emulator and real device on emulator doesn't give onopen and onclose animation at all
How do I fix this issue when using the modal box please ?