Closed IB3N closed 1 year ago
@caglardurmus - Let me know what you think, I have used all of these props for my own project and they are all working ok, but please do test.
Also let me know if you would prefer this not to be a breaking change ie. the rename of textStyle
to avatarTextStyle
Reasons for changes
The ability to customise the styles of all components within this package will be useful for anyone adding their own brand styles or designs
To see difference without custom render functions like #34 check here -> https://github.com/IB3N/react-native-insta-story/pull/4
Summary of changes
StoryCircleListView
etcProps added
unPressedAvatarTextColor
pressedAvatarTextColor
loadedAnimationBarStyle
unloadedAnimationBarStyle
animationBarContainerStyle
storyUserContainerStyle
storyImageStyle
storyAvatarImageStyle
storyContainerStyle
avatarImageStyle
avatarWrapperStyle
avatarFlatListProps
Other changes
README.md
with propstextStyle
toavatarTextStyle
⚠️ BREAKING CHANGE