Adding caretStyle to customize the caret
Added caretStyle property to the component to allow more customization.
I just saw there was another PR with similar work: https://github.com/eveningkid/react-native-popable/pull/18
@eveningkid This PR would help with my project, I'm sure other people will benefit from this as well
Guys, any news?
For people who wants to use the change now you can edit your dependencies and list the PR as a dependency.
"react-native-popable": "eveningkid/react-native-popable#pull/27/head",
caretStyle={{ backgroundColor: 'red', left: -90 }}
i have no doubt that this would be useful for everyone! an interesting point is that, using yarn, i had to reference the pr as follows:
"react-native-popable": "eveningkid/react-native-popable#27/head",