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

How to set a custom width ?

Open GibranPolonsky opened this issue 8 years ago • 5 comments

GibranPolonsky avatar Feb 08 '17 17:02 GibranPolonsky

<Hr lineColor={'#DEDEDE'} lineStyle={{ backgroundColor: "blue", height: 4 }} />

LineStyle is no working

GibranPolonsky avatar Feb 08 '17 17:02 GibranPolonsky

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.

priyesh9875 avatar Feb 27 '17 13:02 priyesh9875

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?

Anima-t3d avatar Mar 13 '17 02:03 Anima-t3d

I am not the owner of npm package, so can't do it myself. May be owner is busy!

priyesh9875 avatar Apr 19 '17 18:04 priyesh9875

+1 this needs to get published...

calcazar avatar Sep 21 '17 18:09 calcazar