react-native-fast-image/example
Dylan Vann a60fd67919 Fix style. 2017-07-26 22:25:23 -04:00
..
__tests__ 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
android Update project to latest react native version. 2017-06-27 22:47:56 -04:00
ios Update project to latest react native version. 2017-06-27 22:47:56 -04:00
.babelrc Update React Native and add gif support to iOS. 2017-05-04 02:45:28 -04:00
.buckconfig 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
.flowconfig Update project to latest react native version. 2017-06-27 22:47:56 -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 Fix TabBar in example. 2017-05-04 02:55:26 -04:00
DefaultImageGrid.js Run prettier. 2017-04-18 01:52:09 -04:00
FastImageExample.js Fix style. 2017-07-26 22:25:23 -04:00
FastImageGrid.js Run prettier. 2017-04-18 01:52:09 -04:00
ImageGrid.js 🚫 Add error state. 2017-04-18 10:43:35 -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 Update project to latest react native version. 2017-06-27 22:47:56 -04:00
yarn.lock Update project to latest react native version. 2017-06-27 22:47:56 -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