react-native-complete-flatlist
Advanced tools
Comparing version 1.1.20 to 1.1.21
@@ -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", |
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
123
12095
198