react-native-circle-view
react-native-circle-view copied to clipboard
updateView removed
I was trying to find out why the view was showing default values and noticed updateView wasn't being called.
After googling, I found this https://github.com/brentvatne/react-native-linear-gradient/issues/43#issuecomment-160157749
It doesn't seem like a big change (in addition to @ReactProp rather than UIProp).
I'll try to take a stab at it, since I need to component, but let me know if you're aware and willing to patch this.