react-native-infinite-scroll-tutorial icon indicating copy to clipboard operation
react-native-infinite-scroll-tutorial copied to clipboard

A sample app demonstrating infinite scroll in React Native

React Native Infinite Scroll Tutorial

A sample app demonstrating infinite scroll in React Native

Clone the repo from GitHub:

git clone https://github.com/brayoh/react-native-infinite-scroll-tutorial.git

Fetch from the develop branch:

git fetch origin develop

Install React Native cli:

npm install -g react-native-cli

Navigate to the root folder:

cd react-native-infinite-scroll-tutorial

Install the required packages:

npm install

Launching the App

Make sure you emulator is running (Android or IOS) then run react-native run-android for android or react-native run-ios for IOS

Built With...