RobertFOConnor / react-native-progress-wheel

A better way to show your animated progress in a circle.

Home Page:https://www.npmjs.com/package/react-native-progress-wheel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I think there is bug of positions each components

solidw opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.
I think there is bug of positions each components

To Reproduce
Steps to reproduce the behavior:

  1. yarn add react-native-progress-wheel
  2. Just write example code with some props

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):
Android avd

Additional context
package.json
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-progress-wheel": "^1.0.5",

Can you guess what the problem ?

I solved this problem when I type

yarn remove react-native-progress-wheel
yarn add react-native-progress-wheel@1.0.4

I still don't know why the bug occured at 1.0.5 version but thank you for your package :)

For me same thing happens both on 1.0.5 and downgraded 1.0.4 version :( On iOS animation is perfect, but Android gets crazy!

Same happens with me as well, but on particular devices.

Same issue for me in both v.1.0.5 and v.1.0.4 (and perhaps earlier versions as well), tested on Samsung S8 with Android 9.

yeah the animations are smooth but the component is definitely glitchy. mine has lines showing up and slicing the circle. I'm using android.

...looking at the code I think it's the weird circle half stuff...just do a complete circle...why slice it up?

The issue arises from the use of the containerColor prop. This should not be used.