question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tintColor or circlePath problem on IOS

See original GitHub issue

Hi. 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 ). image

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:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
tuvshinbatgerucommented, Mar 14, 2019

Same here tested on React native 0.59.0

0reactions
Jacsecommented, Mar 16, 2019

Moving this to #181

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found