react-native-counters-edit
Version:
React native Minus(-) (Number) Plus(+) Component
18 lines (16 loc) • 326 B
JavaScript
import { StyleSheet } from 'react-native';
export default StyleSheet.create({
touchable: {
minWidth: 25,
minHeight: 25,
borderWidth: 1,
borderColor: '#00aa13',
borderRadius: 5,
alignItems: 'center',
justifyContent: 'center',
},
buttonText: {
fontSize: 15,
color: '#00aa13',
},
});