import {AppRegistry, Text, View, Button, StyleSheet} from \'react-native\';
This my
React Native buttons are very limited in the option they provide.You can use TouchableHighlight or TouchableOpacity by styling these element and wrapping your buttons with it like this
You can also use react library for customised button .One nice library is react-native-button (https://www.npmjs.com/package/react-native-button)