react-native-gradient-border
react-native-gradient-border copied to clipboard
``` # npm resolution error report While resolving: [email protected] Found: [email protected] node_modules/react react@"18.2.0" from the root project peer react@">=16" from @react-native-masked-view/[email protected] node_modules/@react-native-masked-view/masked-view @react-native-masked-view/masked-view@"^0.2.9" from the root project peer @react-native-masked-view/masked-view@"^0.2.7" from...
Currently getting tsc issues depending on this project. [#2 ](https://github.com/iway1/react-native-gradient-border/pull/2) addresses the issues experienced however, if the code is transpired and then published it will avoid the issue happening again...
By exporting the style type it will be easier for consumers to build the correct prop when using the library with typescript. eg add ``` export type GradientBorderViewStyle = StyleProp<...