mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-31 13:51:10 +00:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
import React from 'react'
|
|
import FastImage from 'react-native-fast-image'
|
|
import ImageGrid from './ImageGrid'
|
|
|
|
const FastImageGrid = () => <ImageGrid ImageComponent={FastImage} />
|
|
|
|
export default FastImageGrid
|