UNPKG

react-native-material-buttons

Version:
18 lines (14 loc) 276 B
import { StyleSheet, Platform } from 'react-native'; const styles = StyleSheet.create({ container: { height: 36, minWidth: 88, paddingHorizontal: 16, ...Platform.select({ android: { elevation: 2, }, }), }, }); export { styles };