import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { backgroundColor: '#fff', alignItems: 'center', justifyContent: 'center', }, runButton: { backgroundColor: 'blue', margin: 5, padding: 10, borderRadius: 3, }, runText: { color: 'white', paddingLeft: 10, paddingRight: 10, fontSize: 32, } });