react-native-app-intro-slider
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22175