tintColor or circlePath problem on IOS
See original GitHub issueHi. Problems with fill the circle on IOS (android works ok).
As I found problem in
const circlePath = this.circlePath(size / 2, size / 2, size / 2 - width / 2, 0, arcSweepAngle * this.clampFill(fill) / 100);
If I remove this.clampFill(fill) / 100 , it fills ok ( but full circle ).
no expo “react”: “^16.8.2”, “react-native”: “^0.58.6”, “react-native-svg”: “^9.3.3”, “react-native-circular-progress”: “^1.1.0”,
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
barTintColor not working in iOS 15
Hi,. When I run the following code in application(_ :didFinishLaunchingWithOptions) in iOS 15, the bar color turns transparent (thus, showing the black ...
Read more >How fix my problem with tint color for UIBarButtomItem?
Try this? I haven't tested though. var menuButton: UIBarButtonItem { let button = UIButton(frame: CGRect(x: 0, y: 0, width: 40, height: 40)) ...
Read more >[ios][issue] tintColor on image component does not work on ...
The image renders but the color has not been changed. On android the color is changed as expected just not on ios. tint-color-bug....
Read more >Fix Yellow / Red / Blue Color Tint on iPhone Screen | ios 13
See how you can fix color tint on iPhone 11 pro running iOS 13. The color tint normally come as a red, pink,...
Read more >iPhone iOS 14: How to Fix Black & White / Grayscale Screen
Learn how you can fix the black & white / grayscale screen on iPhone running iOS 14.Gears I use:Velbon Sherpa 200 R/F Tripod...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same here tested on React native 0.59.0
Moving this to #181