Key/value Storage Library For React Native
An extremely fast, small mobile key-value key/value storage library for React Native. ~30x faster than AsyncStorage!
Featured & Recommended React and React Native components, modulesĀ andĀ libraries.
An extremely fast, small mobile key-value key/value storage library for React Native. ~30x faster than AsyncStorage!
The react-use-downloader helps you create a download handler function with its progress information and cancel ability. How to use it: 1. Install and import: # NPM $ npm i react-use-downloader import React from “react”; import useDownloader from “react-use-downloader”; 2. This is an example app showing how to create a download handler function. export default function App() { const { size, elapsed, percentage, download, cancel, error, isInProgress } = useDownloader(); const fileUrl = “/path/to/file/”; return ( <div className=”App”> <p>Download is in {isInProgress ? ‘in progress’ : ‘stopped’}</p> <button onClick={() => download(fileUrl, “filename”)}> Click to download the file </button> <button onClick={() =>
An animation JavaScript library for React that animates whatever you want, in whatever direction and speed by using specific easing.
This is a universal animation library for React Native, powered by Reanimated 2.
A fully functional and animated credit card form library for React Native.
A React component that makes it easy to create scroll animation in your app.
A bezier path curved translate animation library built with React Native Reanimated. Preview:
A centralized system for displaying and stylizing focus indicators anywhere on a webpage.
A library for creating 3D map experiences on the web by using React and Three.js libraries, written in JavaScript and WebGL.
A React animation component that helps create smooth component transition animations with a liquid swipe effect.
A modern, lightweight, performant, accessible, and extensible drag & drop toolkit for React.
A modular UI component library based on figma design to build your next React Web Application.
A lightweight, accessible, customizable, and beautiful toast notification component with Headless Hooks and Promise API.
A performant, interactive, and highly customizable bottom sheet component for React Native.
A collection of lightweight React components that make it easier to generate beautiful diagrams in React apps.