Socket
Socket
Sign inDemoInstall

rn-simple-toast

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-simple-toast - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.js

@@ -43,3 +43,4 @@ import React, { Component } from 'react';

toValue: 0.9,
duration: 500
duration: 500,
useNativeDriver: false,
}).start(() => {

@@ -49,3 +50,4 @@ setTimeout(() => {

toValue: 0,
duration: 500
duration: 500,
useNativeDriver: false,
}).start(() => {

@@ -52,0 +54,0 @@ this.setState({ isShow: false });

{
"name": "rn-simple-toast",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Native Toast component for both iOS and Android",

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

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