react-native-scrollable-tabstring
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "react-native-scrollable-tabstring", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "a scrollable list with animated horizontal tab when scrolling", |
@@ -25,3 +25,3 @@ <p align="left"> | ||
Start using the components or try it on Snack | ||
[here](https://snack.expo.io/xqjqcNMwD). | ||
[here](https://snack.expo.io/@thongbui/rn-scrollable-tabstring). | ||
@@ -28,0 +28,0 @@ ```js |
@@ -69,3 +69,3 @@ import React, { Component } from 'react'; | ||
if (this.props.dataSections.length > prevProps.dataSections.length) { | ||
console.warn(`Are you loading more items on the dataSections ? This component does not support on load more yet. Refer here: `); | ||
console.warn(`Are you loading more items on the dataSections ? This component does not support on load more yet. Refer here: https://github.com/hoangthongbui/react-native-scrollable-tabstring#limitation`); | ||
} | ||
@@ -72,0 +72,0 @@ } |
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
34055