WrathChaos / react-native-bouncy-checkbox

Fully customizable animated bouncy checkbox for React Native
https://freakycoder.com
MIT License
750 stars 57 forks source link

how can i change the distance between the check icon and the text #51

Closed pgYou closed 3 years ago

pgYou commented 3 years ago

How can i change the distance between the check icon and the text. image

WrathChaos commented 3 years ago

https://github.com/WrathChaos/react-native-bouncy-checkbox/issues/49#issuecomment-863892905

Here is what you're looking for.

textContainerStyle={{
    marginLeft: 32
}}

You can customize almost everything

pgYou commented 3 years ago

#49 (comment)

Here is what you're looking for.

textContainerStyle={{
    marginLeft: 32
}}

You can customize almost everything

Thank you! it work to me. 'react-native-bouncy-checkbox' is a nice component.