react-native-hr icon indicating copy to clipboard operation
react-native-hr copied to clipboard

textStyle and margin not working

Open stefensuhat opened this issue 7 years ago • 1 comments

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

stefensuhat avatar May 10 '17 14:05 stefensuhat

#5

priyesh9875 avatar May 10 '17 14:05 priyesh9875