react-native-hr
react-native-hr copied to clipboard
textStyle and margin not working
React Native v44. latest react-native-hr
<Hr lineColor="#ddd" text="RECOMMENDED" marginLeft={25} textStyle={{
color: "green",
fontSize: 20,
textDecorationLine: "underline",
textDecorationStyle: "solid",
textDecorationColor: "#000"
}}
the margin and style is not working
#5