Skip to content

Latest commit

 

History

History

README.md

ImmutableListView Examples

VirtualizedList

By default, the example app uses an ImmutableListView. If you want to try out the new ImmutableVirtualizedList, you can simply uncomment the line in index.android.js or index.ios.js and it will use that component instead.

Usage

  1. (cd .. && yarn install) to install in the parent directory
  2. yarn install here
  3. react-native run-android or react-native run-ios

You can also use npm instead of yarn if you prefer.

Screenshot

ImmutableListView screenshot