react-native-hr
react-native-hr copied to clipboard
How to set a custom width ?
<Hr lineColor={'#DEDEDE'} lineStyle={{ backgroundColor: "blue", height: 4 }} />
LineStyle is no working
Latest release is not published in npm. So for now, download https://github.com/Riglerr/react-native-hr/blob/master/dist/index.js and manually import it in your project.
In order to use the currently latest git commit, add this to your dependencies in package.json
:
"react-native-hr": "git://github.com/Riglerr/react-native-hr.git#7c17c3ec47e14782db4c56b8cb0c35abd1d4b761"
@priyesh9875 Is there any specific reason why it is not published on npm?
I am not the owner of npm package, so can't do it myself. May be owner is busy!
+1 this needs to get published...