import * as React from 'react'; import { View, StyleSheet } from 'react-native'; import { Button } from 'react-native-elements'; class ButtonTest extends React.Component { handleButtonPress() { console.log('I got pressed'); } render() { return (