Synchronous List Component For React

Description:

This is an infinite list implementation that uses a template defined in javascript to render it’s (native) children through an interesting mechanism called synchronous rendering.

Installation:

# Yarn
$ yarn add react-native-synchronous-list
# NPM
$ npm install react-native-synchronous-list --save

Preview:

Synchronous List Component For React

Add Comment