react-native-complete-flatlist
Advanced tools
Comparing version 1.1.23 to 1.1.24
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.23", | ||
"version": "1.1.24", | ||
"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", |
@@ -41,3 +41,4 @@ # react-native-complete-flatlist | ||
class App extends Component { | ||
cell(data) { | ||
cell(data,index) { | ||
console.log('this is index number : '+index) | ||
return <Text>{data.name}</Text>; | ||
@@ -44,0 +45,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
12933
85