Sample project which demonstrates how to preserve pixel perfect scroll positions using RecyclerListView.
RecyclerListView uses ContextProviders to make it super easy to preserve context.
To run this project:
cd contextProviderSampleApp
npm install
react-native run-android
You can also run on ios using react-native run-ios