darkbasic / 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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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).

License:MIT License


Languages

Language:TypeScript 63.6%Language:Java 16.5%Language:Objective-C 11.9%Language:JavaScript 3.8%Language:Ruby 2.2%Language:Starlark 1.6%Language:Shell 0.4%