import {AppRegistry, Text, View, Button, StyleSheet} from \'react-native\';
This my
The React Native Button is very limited in what you can do, see; Button
It does not have a style prop, and you don't set text the "web-way" like but via the title property
If you want to have more control over the appearance you should use one of the TouchableXXXX' components like TouchableOpacity They are really easy to use :-)