react-native-modalize icon indicating copy to clipboard operation
react-native-modalize copied to clipboard

A highly customizable modal/bottom sheet that loves scrolling content.

Results 129 react-native-modalize issues
Sort by recently updated
recently updated
newest added

Unable to use the ref to scrollToIndex({ index: 0 ... within the modal Goal is to reset the scroll position to the top when the modal is "alwaysOpen" closed. **Reproduce**...

**Describe the bug** Hi! first of all, this library is awesome and thanks for the effort you're spending on maintaining it! I'm trying to open a Modalize modal on top...

In the documentation there is useModalize hook but I can't see where you import it. ![Screen Shot 2021-11-26 at 2 57 44 PM](https://user-images.githubusercontent.com/36308477/143625473-e2d8fc8a-cdcf-45e5-86d8-ff526f6af902.png)

``` import { Modalize } from 'react-native-modalize'; Component() { return

**Is your feature request related to a problem? Please describe.** I want to add a "close modalize" button that shows the modalize scrolling down to close (the opposite animation of...

When trying to dismiss modal by tapping outside of the modal using `Navigation.dismissOverlay` it just remove the modal completely without animating it out Error for `dismissOverlay` ``` Error: ComponentId not...

**Describe the bug** My problem is that I would like to create a list data in flatlist and a form input at the bottom like facebook comment modal. But it...

I saw the example for tabview and modalize as well as the one for flat list but how do I set up a tab view that contain flatlists. We have...

**Describe the bug** When you put a @react-native-picker/picker 'Picker' inside modalize, it's hard to open it but with just a click, it can only be opened if you long-press the...