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

react-native-scrollable-tabstring

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-scrollable-tabstring - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"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 @@ }

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