Describe the bug
I am creating an android app using react native. I have a multiple screen/tab set-up. I installed the dependency and imported it, creating a Gauge tag. I used the exact tag show in in the README.file. But I keep getting two errors that are the exact same in my android emulator. That are as follows:
Invariant Violation: Transform with key of "rotateZ" must be a string: {"rotateZ":2.827433388230814}
Invariant Violation: Transform with key of "rotateZ" must be a string: {"rotateZ":2.827433388230814}
I am currently running "react": "17.0.1"
Expected behavior
I expected the gauge chart to show underneath some text.