react-native-fast-image/example
Dylan Vann cc42a43f43 Remove BuddyBuild configuration. 2017-04-28 10:45:26 -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 Remove BuddyBuild configuration. 2017-04-28 10:45:26 -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 Make FastImageExample work without a local server. 2017-04-18 11:34:36 -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 🗒 sort-package-json. 2017-04-18 02:05:10 -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