Socket
Socket
Sign inDemoInstall

react-native-head-tab-view

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-head-tab-view - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

17

index.d.ts

@@ -62,2 +62,13 @@

/**
* It's the distance beyond the refreshHeight, the distance to continue the displacement, when the pull is long enough,
* it defaults to 50.
*/
overflowPull?: number;
/**
* When the maximum drop-down distance(refreshHeight+overflowPull) is reached,
* the refreshControl moves the distance for each pixel the finger moves
* The recommended number is between 0 and 1.
*/
pullExtendedCoefficient?: number;
/**
* Does the ListView leave a space of "refreshHeight" while the ListView is pull-down.

@@ -97,2 +108,8 @@ * it defaults to true

overflowPull?: number;
/**
* When the maximum drop-down distance(refreshHeight+overflowPull) is reached,
* the refreshControl moves the distance for each pixel the finger moves
* The recommended number is between 0 and 1.
*/
pullExtendedCoefficient?: number;
}

@@ -99,0 +116,0 @@

2

package.json
{
"name": "react-native-head-tab-view",
"version": "3.0.3",
"version": "3.0.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -247,2 +247,9 @@ # React Native Head Tab View

##### `overflowPull` _(number)_
It's the distance beyond the refreshHeight, the distance to continue the displacement, when the pull is long enough,
it defaults to 50.
##### `pullExtendedCoefficient` _(number)_
When the maximum drop-down distance is reached(refreshHeight+overflowPull), the refreshControl moves the distance for each pixel the finger moves The recommended number is between 0 and 1.
---

@@ -294,3 +301,6 @@

##### `pullExtendedCoefficient` _(number)_
When the maximum drop-down distance is reached(refreshHeight+overflowPull), the refreshControl moves the distance for each pixel the finger moves The recommended number is between 0 and 1.
</details>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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