2017-07-26 22:25:23 -04:00
..
2017-04-17 18:42:16 -04:00
2017-04-17 18:42:16 -04:00
2017-04-17 18:42:16 -04:00
2017-04-17 18:42:16 -04:00
2017-04-17 18:42:16 -04:00
2017-05-04 02:55:26 -04:00
2017-04-17 18:42:16 -04:00
2017-04-18 01:52:09 -04:00
2017-07-26 22:25:23 -04:00
2017-04-18 01:52:09 -04:00
2017-04-18 10:43:35 -04:00
2017-04-18 01:52:09 -04:00
2017-04-18 01:52:09 -04:00

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