import {AppRegistry, Text, View, Button, StyleSheet} from \'react-native\';
This my
If you do not want to create your own button component, a quick and dirty solution is to wrap the button in a view, which allows you to at least apply layout styling.
For example this would create a row of buttons:
{}}> {}}>