mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
[js] provide defaults, prevent crash
This commit is contained in:
@@ -17,6 +17,11 @@ export default class extends Shape {
|
||||
...pathProps
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
width: 0,
|
||||
height: 0
|
||||
};
|
||||
|
||||
setNativeProps = (...args) => {
|
||||
this.root.setNativeProps(...args);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user