Skip to content

Instantly share code, notes, and snippets.

@nicholasess
Created February 4, 2018 17:41
Show Gist options
  • Save nicholasess/412e2ea80ba9199dac77a6c0b80dd645 to your computer and use it in GitHub Desktop.
Save nicholasess/412e2ea80ba9199dac77a6c0b80dd645 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import { View, StyleSheet, Dimensions, FlatList, Image } from 'react-native';
import data from './data'
let {width} = Dimensions.get('window')
let numberGrid = 3
let itemWidth = width / numberGrid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment