Skip to content

Instantly share code, notes, and snippets.

@Charpell
Created July 7, 2019 14:01
Show Gist options
  • Save Charpell/64f4b2d8bdec35d6267973e49ca3061b to your computer and use it in GitHub Desktop.
Save Charpell/64f4b2d8bdec35d6267973e49ca3061b to your computer and use it in GitHub Desktop.
import React, { Component } from 'react'
import { ScrollView, View, TouchableOpacity, Image, FlatList } from 'react-native'
import styled from 'styled-components';
import { AntDesign } from '@expo/vector-icons';
import ImageList from '../components/ImageList';
import colors from '../utils/colors';
import metrics from '../utils/metrics';
import { images } from '../data/images';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment