react-native-circle-view icon indicating copy to clipboard operation
react-native-circle-view copied to clipboard

circle progress bar for react native android using circle-view

Results 5 react-native-circle-view issues
Sort by recently updated
recently updated
newest added

Added scaleY, scaleX, translateY, translateX of PropTypes.number

In order to make this library working on React Native 0.25, you need to add these lines of code after line 20 of index.android.js: ``` renderToHardwareTextureAndroid: PropTypes.bool, onLayout: PropTypes.bool, importantForAccessibility:...

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...

Animation & Spinning is not working. Is that features available? If yes, could you please let me know how to do that?