Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-app-intro-slider

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-app-intro-slider - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

AppIntroSlider.js

@@ -137,3 +137,3 @@ import React from 'react';

this._renderButton('Skip', () =>
this.props.onSkip ? this.props.onSkip : this.goToSlide(this.props.slides.length - 1)
this.props.onSkip ? this.props.onSkip() : this.goToSlide(this.props.slides.length - 1)
);

@@ -140,0 +140,0 @@

{
"name": "react-native-app-intro-slider",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple and configurable app introduction slider for react native",

@@ -5,0 +5,0 @@ "main": "AppIntroSlider.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