What changed and why?
Implemented a customStyles property named separatorStrokeStyle that accepts: solid (default) | dashed | undefined. This change was done addressing the following issues: #150 and #108
PS: Beyond that, I took the liberty to update the following:
react-native to 0.70.5
react to 18.1.0
Completely updated the example app as the Expo SDK 37 is no longer supported. It was updated to SDK 47.
What changed and why? Implemented a
customStyles
property namedseparatorStrokeStyle
that accepts:solid (default)
|dashed
|undefined
. This change was done addressing the following issues: #150 and #108PS: Beyond that, I took the liberty to update the following:
react-native
to0.70.5
react
to18.1.0
example
app as the Expo SDK 37 is no longer supported. It was updated to SDK 47.