UNPKG

@react-native-ohos/react-native-material-buttons

Version:

Material buttons

18 lines (14 loc) 293 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 };