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

Animations are not looping on web

Open Saikedo opened this issue 3 years ago • 1 comments

The library works great on phones but when I try to use them in my React Native Web project, animations seems to be playing only once on web. Any idea what might be the reason?

Saikedo avatar Nov 26 '22 14:11 Saikedo

In \node_modules\react-native-indicators\src\components\indicator\index.js, you need to modify "startAnimation" Function

image

And Import Platform from react-native like this:

image

it helps to me...

Enrique4to avatar Mar 08 '24 19:03 Enrique4to