react-native-fast-image/example
Dylan Vann d36ad2d351 Run prettier. 2017-04-18 01:52:09 -04:00
..
__tests__ 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
android 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
ios 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
.babelrc 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
.buckconfig 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
.flowconfig 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
.gitattributes 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
.gitignore 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
.watchmanconfig 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
App.js Run prettier. 2017-04-18 01:52:09 -04:00
DefaultImageGrid.js Run prettier. 2017-04-18 01:52:09 -04:00
FastImageExample.js Run prettier. 2017-04-18 01:52:09 -04:00
FastImageGrid.js Run prettier. 2017-04-18 01:52:09 -04:00
ImageGrid.js Run prettier. 2017-04-18 01:52:09 -04:00
README.md Document running example server and move server directory. 2017-04-18 01:45:28 -04:00
app.json 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
index.android.js Run prettier. 2017-04-18 01:52:09 -04:00
index.ios.js Run prettier. 2017-04-18 01:52:09 -04:00
package.json Change example package name. 2017-04-18 01:37:08 -04:00
yarn.lock 🚩 Initial commit. 2017-04-17 18:42:16 -04:00

README.md

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