react-native-refresh-loadmore-recyclerlistview
Version:
The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.
24 lines (23 loc) • 446 B
JSON
{
"compilerOptions": {
"alwaysStrict": true,
"noEmitOnError": true,
"skipLibCheck": true,
"module":"es2015",
"removeComments": true,
"target":"es2015",
"jsx":"react-native",
"experimentalDecorators": true,
"preserveConstEnums": true,
"sourceMap": true,
"watch": true,
"allowSyntheticDefaultImports": true
},
"include": [
"./"
],
"exclude": [
"__tests__",
"node_modules"
]
}