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

Current version doesn't seem to work in react-native-web

Open sreuter opened this issue 2 years ago • 3 comments

We're using the latest Expo SDK 45 with react-native-web 0.17.7 and get the following error:

TypeError: undefined is not an object (evaluating 'component._touchableNode.setAttribute')

The component does render fine, but but only in its inactive state. The progress value is always 0, no matter what you set it to.

sreuter avatar Jun 19 '22 23:06 sreuter

I'll try this one out with the said Expo and RNW versions.

nithinpp69 avatar Jun 20 '22 04:06 nithinpp69

Hey, I've been out sick for the last two weeks 🥲. I tried this with the new versions and it seems the issue on web is originating from the animatedProps property passed down to the svg. The text and all the other components are rendering fine when the animatedProps part is removed. Will have to look more into it once I get some free time.

nithinpp69 avatar Jul 05 '22 04:07 nithinpp69

seems this is related to https://github.com/software-mansion/react-native-reanimated/issues/3321

nithinpp69 avatar Jul 05 '22 12:07 nithinpp69