You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: