react-native-hr
react-native-hr copied to clipboard
Setting FULL Width?
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.
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.