Skip to content

Instantly share code, notes, and snippets.

View badjoras7's full-sized avatar
🎯
Focusing

badjoras7

🎯
Focusing
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import _ from 'lodash';
const { width, height } = Dimensions.get('window');
const IMAGE_URLS = _.flatten(_.times(3, () => {return ['http://rnplay.org/IMG_0599.jpg', 'http://rnplay.org/IMG_0602.jpg', 'http://rnplay.org/IMG_0620.jpg']}));
const IMAGES_PER_ROW = 3
class Grid extends Component { // eslint-disable-line
constructor(props) {