Socket
Socket
Sign inDemoInstall

react-native-modal

Package Overview
Dependencies
19
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

2

package.json
{
"name": "react-native-modal",
"version": "4.1.0",
"version": "4.1.1",
"description": "An enhanced React-Native modal",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -85,2 +85,8 @@ # react-native-modal

## Frequently Asked Questions
### The component is not working as expected
Under the hood `react-native-modal` uses react-native original [Modal component](https://facebook.github.io/react-native/docs/modal.html).
Before reporting a bug, try swapping `react-native-modal` with react-native original Modal component and, if the issue persists, check if it has already been reported as a [react-native issue](https://github.com/facebook/react-native/issues).
## Avaliable animations

@@ -87,0 +93,0 @@

@@ -12,2 +12,3 @@ declare module 'react-native-modal' {

animationOutTiming?: number
avoidKeyboard?: boolean
backdropColor?: string

@@ -17,2 +18,3 @@ backdropOpacity?: number

backdropTransitionOutTiming?: number
useNativeDriver?: boolean
children: ReactNode

@@ -19,0 +21,0 @@ isVisible: boolean

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc