I want to create a circular spinner for using it while loading pages. I am new to react native, we have activity indicator, but cannot customize that.
https://gifer.com/en/6px6. I want something like this.
I think we can make it using SVG and animating it. But I don’t know how to proceed and animate it. This may be silly, but sorry I am new and I couldn’t find something related to this on the internet.
Thank you. Help appreciated.
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
Here is a code, snippet ActivityIndicator is component from react-native itself, so no library need to be installed.
As you have mentioned you’re new in this, I have added how to use it too.
Hey you can check this library :https://www.npmjs.com/package/react-native-spinkit
Here also you can change color etc :