react-native-hr
react-native-hr copied to clipboard
Doesn't accept style props
neither through lineStyle={{}}
, direct (i.e. margin={}
) or enclosed in a View (disappears)
Are you installing the library via npm link or github link?
#4
npm.
Here's the type of code I was trying to make work:
import Hr from 'react-native-hr';
<Hr lineColor={'white'} lineStyle={{margin: 20}}>
Is the documentation out of date?
Documentation is correct. But latest git commit is not in npm, so you are using older version.
Check out issue #4
@Riglerr Can we get this updated on npm?
+1
+1