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

Setting FULL Width?

Open mehulmpt opened this issue 7 years ago • 1 comments

Right now the Hr line leaves some space at both ends. It looks good but my requirement is full width line. How to do that? I tried to set marginLeft marginRight paddingLeft paddingRight all 0 but it does not work.

mehulmpt avatar Apr 27 '17 19:04 mehulmpt

Default margin is 8 on both end. <Hr marginLeft={0} marginRight={0} /> should work. Make sure you are using latest code from github, not from npm.

priyesh9875 avatar Apr 27 '17 20:04 priyesh9875