- A react native custom component of a animated loading dots, with a dinamic customization of the view and the dots, in typescript.
npm install react-native-animated-loading-dots- A react native custom component of a animated loading dots, with a dinamic customization of the view and the dots, in typescript.
- It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.
import Loading from 'react-native-loading-dots';
dotCount={4}
dotSize={50}
dotSpacing={8}
duration={300}
dotStyle={{borderRadius: 5}}
animationType="UP_AND_DOWN"
/>
``