UNPKG

react-native-expandable-view

Version:
17 lines (16 loc) 382 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ button: { alignSelf: 'stretch', backgroundColor: '#fff', flexDirection: 'row', justifyContent: 'center', alignItems: 'center', }, buttonText: { position: 'relative', bottom: 0, padding: 5, textAlign: 'center', } });