Simple slightly customizable button select library for react native
npm install react-native-simple-select-button  
A dead simple slightly customizable react native select button I created while learning react native basics.
This module was created during the confinement period and the goal was to make it work ;)
Try out the demo on Expo Snack

``js
import { AntDesign } from '@expo/vector-icons'
import SimpleSelectButton from 'react-native-simple-select-button';
textSize={14}
iconName="checkcircleo"
iconColor="#fff"
iconSize={14}
buttonDefaultColor="#e5e5e5"
buttonSelectedColor="#ff9c5b"
textDefaultColor="#333"
textSelectedColor="#fff"
isChecked={true}
onPress={() => {}}
/>
`
`bash`install module
yarn add react-native-simple-select-button
`bash``
"react-native-vector-icons": ">= 7.1.0",
PR is welcome!