Skip to content

Instantly share code, notes, and snippets.

@EmmanuelGuther
Created May 5, 2017 11:57
Show Gist options
  • Save EmmanuelGuther/aa91884fce297bf05087b7a6b441aa7b to your computer and use it in GitHub Desktop.
Save EmmanuelGuther/aa91884fce297bf05087b7a6b441aa7b to your computer and use it in GitHub Desktop.
At the moment it is not available, we must take it from the master branch
mkdir -p node_modules/react-native/Libraries/Lists/ && \
for file in 'FlatList' 'MetroListView' 'SectionList' 'VirtualizedList' 'VirtualizedSectionList' 'ViewabilityHelper' 'VirtualizeUtils'; \
do curl https://raw.githubusercontent.com/facebook/react-native/master/Libraries/Lists/${file}.js > node_modules/react-native/Libraries/Lists/${file}.js; \
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment