react-native-fast-image/example/README.md

372 B

FastImage Example

FastImage example app showing usage and comparing against Image.

Running FastImage Example

git clone https://github.com/DylanVann/react-native-fast-image
cd react-native-fast-image
yarn

# Starting the image server.
cd server
yarn
yarn start

# In another terminal.

# Starting the example app.
cd example
yarn
react-native run-ios