Describe the bug
Adding a borderWidth & borderColor to style prop breaks needle and doesn't show border.
To Reproduce
Steps to reproduce the behavior:
- Add
style={{ borderWidth: 1, borderColor: "black" }} to gauge
- See misplaced needle and no border
Expected behavior
A border around the gauge, and the needle to not be wacky.
Smartphone
- Device: IPhone 12
- OS: iOS
- Version: 15.2.1
Describe the bug
Adding a borderWidth & borderColor to style prop breaks needle and doesn't show border.
To Reproduce
Steps to reproduce the behavior:
style={{ borderWidth: 1, borderColor: "black" }}to gaugeExpected behavior
A border around the gauge, and the needle to not be wacky.
Smartphone