@fto-consult/expo-ui
Version:
Bibliothèque de composants UI Expo,react-native
18 lines (16 loc) • 578 B
JavaScript
/****@see : https://www.npmjs.com/package/react-native-indicators */
export * from 'react-native-indicators'
/*** for usage, @see : https://www.npmjs.com/package/react-native-three-dots-loader */
/**** usage :
* Prop Description
size Dot size
background Dot background
activeBackground Active dot background
dotMargin Dots horizontal margin
animationDuration Scale animation duration
animationScale Maximum scale
*
*/
import LoadingD from "./LoadingDots";
export const LoadingDots = LoadingD;
export const ThreeDots = LoadingD;