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

black background on web expo

Open eessadrati opened this issue 3 years ago • 4 comments

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 ?

eessadrati avatar Aug 09 '22 17:08 eessadrati

Similar issue. Are you solved?

sahinboga avatar Aug 19 '22 14:08 sahinboga

@sahinboga unfortunately no

eessadrati avatar Aug 20 '22 10:08 eessadrati

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!

gokceer avatar Nov 10 '22 13:11 gokceer

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"

ebulku avatar Jul 20 '23 14:07 ebulku