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

react-native-complete-flatlist

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-complete-flatlist - npm Package Compare versions

Comparing version 1.1.20 to 1.1.21

7

index.js

@@ -10,3 +10,2 @@ import React, { Component } from "react";

RefreshControl,
KeyboardAvoidingView
} from "react-native";

@@ -119,3 +118,3 @@ import PropTypes from "prop-types";

return (
<KeyboardAvoidingView
<View
behavior={this.state.behavior}

@@ -146,3 +145,3 @@ style={[styles.container, backgroundStyles]}

/>
</KeyboardAvoidingView>
</View>
);

@@ -214,2 +213,2 @@ }

export default CompleteFlatList;
export default CompleteFlatList;
{
"name": "react-native-complete-flatlist",
"version": "1.1.20",
"version": "1.1.21",
"description": "A complete flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use",

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