I'm getting this warning in debugger console:
ExceptionsManager.js:82
Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components).
victory-native: 0.4.0
react-native: 0.32 and 0.35
react-native-svg: 4.3.1
I tried it in newly initialized blank project.

Anybody have an idea what exactly is the problem?
the problem is with _ClipPath_ defaultProp in
_/victory-clip-container/victory-clip-container.js_
is it safe to remove it? it looks like it is never used
@matejkriz - Yes!! Thank you for finding this. It's been plaguing me for at least a week now.
This fix also solved an issue I was having that prevented animations from working.
Most helpful comment
@matejkriz - Yes!! Thank you for finding this. It's been plaguing me for at least a week now.