react-native-expandable-view
Version:
Expandable View for React Native
17 lines (16 loc) • 382 B
JavaScript
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',
}
});