n4kz / react-native-indicators

Activity indicator collection for React Native
Other
898 stars 116 forks source link

Animations are not looping on web #38

Open Saikedo opened 1 year ago

Saikedo commented 1 year ago

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?

Enrique4to commented 3 months ago

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...