black background on web expo
when I use Progress.Pie, Progress.Circle and Progress.CircleSnail on android/ios they work normal as expected but on web expo they show a black background and you can't change it. any help ?
Similar issue. Are you solved?
@sahinboga unfortunately no
There is a solution in here: https://github.com/oblador/react-native-progress/issues/234#issue-975056645
I tried it in my own project and it worked!
The easiest way is to change the version of react-native-progress with the PR# fixing this issue in package.json file and run npm update
"react-native-progress": "oblador/react-native-progress#pull/258/head"