Skip to content

Instantly share code, notes, and snippets.

@isaacnass
isaacnass / button.jsx
Last active July 13, 2017 19:10
Button?
import React from 'react';
//testing
import {
StyleSheet,
Text,
Image,
TouchableOpacity,
} from 'react-native';
export default function Button (props) {