New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@unpourtous/react-native-popup-stub

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unpourtous/react-native-popup-stub - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "@unpourtous/react-native-popup-stub",
"version": "1.0.15",
"version": "1.0.16",
"description": "A popup container for implements your own popups like ActionSheet, Dialog, Alert, Toast ...",

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

@@ -234,3 +234,5 @@ /* global __DEV__ */

if (this.state.popups.size === 0) {
return null
// force update
// if return null, it won't refresh in some android devices
return <View style={{position: 'absolute', left: 0, top: 0, height: 0, width: 0}} />
}

@@ -237,0 +239,0 @@

@@ -31,3 +31,3 @@ # react-native-popup-stub

### PopupStub.addPopup(component, option)
### PopupStub.stub.addPopup(component, option)
Add popup to PopupStub, use option to controller actions for each Component/Layers.

@@ -49,3 +49,3 @@

### PopupStub.removePopup(id)
### PopupStub.stub.removePopup(id)
Invoke popup exiting animation and remove it on animation end

@@ -116,2 +116,9 @@

## TODO List
- [ ] Enable reversing any valid animations
- [ ] Support onAnimationEnd
- [ ] Support onClose callback or so
- [ ] Each popup an independent mask, rather than share a visual one
## License

@@ -118,0 +125,0 @@ This library is distributed under MIT Licence.

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc