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

A <Modal/> component for react-native

Results 106 react-native-modalbox issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

please add left and right entry

## Ask your Question I was finding some prop for disabling the bouce effect but couldn't find any way :( Is there any way to disable bounce effect?

fix #336 ## AS-IS In current, the modal behaves strange when iPad floating keyboard is shown. It seems to its functionallity to avoiding keyboard by keyboard coordinate(frame) change. This is...

In current, the modal behaves strange when iPad floating keyboard is shown. It seems to its functionallity to avoiding keyboard by keyboard coordinate(frame) change. This is related to facebook/react-native#29473 .

It shows the modalBox but it is bellow the ListView component http://screencast.com/t/ppUrAeyv There is any way to fix that? Sorry if it's a silly question, I'm new with RN

When i use **coverScreen=true** , the Modal is coming full screen as expected. But the **select** dropdown inside the modal, it is loading behind the modal, i tried giving _position:...

I am using this plugin with react native web. I have issue when i have long page, the center position box is relative to document height. It cause a bug...

I got on one of my app screens, a button, that opens a modal, this modal has also a button, that shows a fullscreen modal. Whenever I close the latter,...