mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 16:32:24 +00:00
Add examples and refactor code
Add examples and refactor code
This commit is contained in:
+2
-6
@@ -1,8 +1,4 @@
|
||||
let noneFill = ['transparent', 'none'];
|
||||
import rgba from './rgba';
|
||||
export default function (props) {
|
||||
let fill = props.fill;
|
||||
if (noneFill.indexOf('fill') !== -1) {
|
||||
return null;
|
||||
}
|
||||
return fill;
|
||||
return rgba(props.fill, props.fillOpacity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user