animated-components-vs
v0.1.0
Published
Animated-components-vs is a collection of animated components for React Native, making it easy to add animations to your apps. Choose from various animations like transitions and loaders, customize them to fit your app's style, and integrate them effortle
Downloads
4
Readme
animated-components-vs
Animated-components-vs is a collection of animated components for React Native, making it easy to add animations to your apps. Choose from various animations like transitions and loaders, customize them to fit your app's style, and integrate them effortlessly into your projects. Elevate your user experience with animated-components-vs.
Installation
npm install animated-components-vs
Usage
import { TriDotLoader } from 'animated-components-vs';
// ...
<TriDotLoader />;
<TriDotLoader color="red" loaderPreset={TriDotLoaderPreset.Large} />;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library