Closed foloinfo closed 3 years ago
It seem like this error happens with Microsoft Edge or old iOS (iOS9) mobile safari. However, the error also happened at different places as well so I think expo-progress was not the cause of this error but something else.
Hi, this is a bug report.
ReferenceError progressImage(src/Bar)
happens randomly (caught with Sentry) on the web. I use expo-web SDK39.I tried to remove the option (since I only use color for progressBar) but I failed to build I also tried giving
progressImage={null}
but this error still happens.Is there any way I can fix this?