Socket
Socket
Sign inDemoInstall

react-native-modal

Package Overview
Dependencies
516
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.0 to 13.0.1

2

dist/modal.d.ts

@@ -154,3 +154,3 @@ import * as React from 'react';

constructor(props: ModalProps);
static getDerivedStateFromProps(nextProps: ModalProps, state: State): {
static getDerivedStateFromProps(nextProps: Readonly<ModalProps>, state: State): {
isVisible: boolean;

@@ -157,0 +157,0 @@ showContent: boolean;

{
"name": "react-native-modal",
"version": "13.0.0",
"version": "13.0.1",
"description": "An enhanced React Native modal",

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

@@ -1,5 +0,6 @@

🚧 We're looking for maintainers and contributors! See [#414](https://github.com/react-native-community/react-native-modal/issues/414)
### Announcements
- 📣 We're looking for maintainers and contributors! See [#598](https://github.com/react-native-modal/react-native-modal/discussions/598)
- 💡 We're brainstorming if/how we can make a JavaScript-only version of `react-native-modal`. See [#597](https://github.com/react-native-modal/react-native-modal/discussions/597)
- 🙏 If you have a question, please [start a new discussion](https://github.com/react-native-modal/react-native-modal/discussions) instead of opening a new issue.
<br />
# react-native-modal

@@ -164,3 +165,3 @@

Under the hood `react-native-modal` uses react-native original [Modal component](https://reactnative.dev/docs/modal.html).
Under the hood `react-native-modal` uses react-native original [Modal component](https://reactnative.dev/docs/modal).
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).

@@ -323,3 +324,3 @@

- [React Native's own `<Modal>` component](https://reactnative.dev/docs/modal.html)
- [React Native's built-in `<Modal>` component](https://reactnative.dev/docs/modal.html)
- [React Native Paper `<Modal>` component](https://callstack.github.io/react-native-paper/modal.html)

@@ -326,0 +327,0 @@ - [React Native Modalfy](https://github.com/colorfy-software/react-native-modalfy)

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc