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

Currently, modalTopOffset doesn't work because we don't have device information for the iPhone 14, so we've added a function to add and check the device size #450

**Describe the bug** A clear and concise description of what the bug is. **Reproduce** - Create a demo on https://snack.expo.io to reproduce the issue. - Add gif screenshots to help...

**Describe the bug** The problem with panGestureAnimatedValue is that it is not working as expected (as describet) - the animated value changes not just according modal position between 0 and...

**Describe the bug** I have the following code and on some ios devices it has the glitch attached in a video. Any ideas on what can cause it? ``` javascript...

**Is your feature request related to a problem? Please describe.** Is it possible to determine current modal height? I have modal on top of react-native-maps and on the map itself...

**Describe the bug** The bug appears when I switch from a software keyboard to a hardware keyboard. It occurs when I move the popover and release it in any place....

When One modalize is opened, if we try to open another modalize, the second modalize is opening on top of previous modalize. **Q1 :** is there any feature to get...

**Describe the bug** I use withReactModal for show modalize, but click on backdrop and hide not working on android. I don't want use portlize, because if I use modalize inside...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

🤖 Dependencies

**Describe the bug** Is it possible for the window to open immediately to a certain fixed height and not "twitch down" https://user-images.githubusercontent.com/23406402/218093164-08249a81-2405-4656-8826-7cdec842df2c.mp4 **Dependencies:** - "react-native-modalize": "^2.1.1", - "react-native": "0.70.6", -...