rn-timed-slideshow
v0.2.3
Published
A Typescript slideshow component for React-Native (Android and iOS). React-Native-Timed-Slideshow, as the name suggests, is a Slideshow component with timed animation. It uses Animated library from React-Native, with native driver (only native animations)
Downloads
7
Readme
rn-timed-slideshow
A Typescript slideshow component for React-Native (Android and iOS). React-Native-Timed-Slideshow, as the name suggests, is a Slideshow component with timed animation. It uses Animated library from React-Native, with native driver (only native animations).
Installation
npm install rn-timed-slideshow
Usage
import { multiply } from "rn-timed-slideshow";
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT