Skip to content

Instantly share code, notes, and snippets.

@nickw
nickw / Button.js
Last active November 1, 2021 17:55
Cross-platform Button component for React Native
import React, { Component } from 'react';
import {
Text,
View,
Platform,
TouchableHighlight,
TouchableOpacity,
TouchableNativeFeedback,
} from 'react-native';