react-native-circular-progress-indicator icon indicating copy to clipboard operation
react-native-circular-progress-indicator copied to clipboard

Circles' values are sometimes 0 only on Android PlayStore publications

Open TsiantosD opened this issue 1 year ago • 2 comments

There's a similar issue mentioned in #87, but this case is a bit different.

In my app I have multiple circular progress indicators and during development they all work as expected. The circle changes depending on the value and the value in the middle of the circle is shown as expected. I am using Expo Go on android phone and android emulators (expo SDK version: 49.0.0).

When building an Android PlayStore build using expo's eas and then install the build on my phone, the app works again as expected. But when the app is published on PlayStore, then the indicators most of the times don't work. The circles don't update and the value in the middle of the circle is zero. I need to restart the app multiples times in order to get it to work once. Either none of the indicators work, or they all work at once.

This issue has been very frustrating as it is impossible to reproduce in the development environment and I cannot keep testing it by pushing playstore publications all the time. The other similar issue (#87) has been open for almost a year now so I find it very unlikely that it will be fixed any time soon. Any suggestions or workout arounds to solve the issues will be appreciated.

Dependencies versions: react: 18.2.0 react-dom: 18.2.0 react-native: 0.72.4 react-native-circular-progress-indicator: ^4.4.2 react-native-gesture-handler: ~2.12.0 react-native-reanimated: ~3.3.0 react-native-redash: ^18.1.0 react-native-safe-area-context: 4.6.3 react-native-screens: ~3.22.0 react-native-svg: 13.9.0 react-native-web: ~0.19.6

TsiantosD avatar Sep 16 '23 08:09 TsiantosD

Facing similar issue :face_exhaling:

aananddev avatar Oct 06 '23 08:10 aananddev

Facing similar kind of issue and also not reanimating when multiple re-renders

gani419 avatar Sep 11 '24 10:09 gani419