Skip to content

Instantly share code, notes, and snippets.

View jmanhart's full-sized avatar
🦖

John Manhart jmanhart

🦖
View GitHub Profile
bkg = new BackgroundLayer
backgroundColor: '#121212'
spacer = 16
blue = 'blue'
white = '#ffffff'
buttonHeight = 48
buttonBorderRadius = 2
import React, {Component} from 'react'
import {
Animated,
Button,
Image,
ListView,
LayoutAnimation,
Text,
ScrollView,
StyleSheet,