cc42a43f43 | ||
---|---|---|
.. | ||
__tests__ | ||
android | ||
ios | ||
.babelrc | ||
.buckconfig | ||
.flowconfig | ||
.gitattributes | ||
.gitignore | ||
.watchmanconfig | ||
App.js | ||
DefaultImageGrid.js | ||
FastImageExample.js | ||
FastImageGrid.js | ||
ImageGrid.js | ||
README.md | ||
app.json | ||
index.android.js | ||
index.ios.js | ||
package.json | ||
yarn.lock |
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