react-native-select-multiple
Version:
A customiseable ListView that allows you to select multiple rows
20 lines (18 loc) • 349 B
JavaScript
import { StyleSheet } from 'react-native'
export default StyleSheet.create({
row: {
flex: 1,
flexDirection: 'row',
alignItems: 'center',
padding: 15,
borderBottomWidth: 1,
borderBottomColor: '#cccccc',
backgroundColor: '#ffffff'
},
checkbox: {
width: 24,
height: 24,
marginRight: 5
},
label: {}
})