react-native-modalbox
react-native-modalbox copied to clipboard
A <Modal/> component for react-native
Currently if modal is open state and there is a content layout change, it doesn't readjust itself because of which the content looks chopped. This PR solves this [link](https://github.com/maxs15/react-native-modalbox/issues/152), whenever...
Just using the following code for item selection feature. Now i am using doc provided method to open modal. The modal will be shown after 2 seconds which makes UX...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
# What is going on? We got crash when having a multiple modal, then open the top modal a second time. The crash error: ``` java.lang.ArrayIndexOutOfBoundsException: length=3; index=3 at ......
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
can support modal box nested modal box?
In my case, I am overriding the android default back behaviour using BackHandler api. backButtonClose prop set false by default. My requirement was to hide the status bar in android...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
### Modal work fine but opens after two seconds of delay _it's my component where i use modalbox_ ```javascript import React, { Component } from 'react'; import { View, Text,...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...