Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circles' values are sometimes 0 only on Android PlayStore publications #110

Open
TsiantosD opened this issue Sep 16, 2023 · 2 comments
Open

Comments

@TsiantosD
Copy link

TsiantosD commented Sep 16, 2023

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

@aananddev
Copy link

Facing similar issue 😮‍💨

@gani419
Copy link

gani419 commented Sep 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants