Document Scanner For React Native
A React Native document scanner with border detection, perspective correction and custom crop/resize.
Featured & Recommended React and React Native components, modules and libraries.
A React Native document scanner with border detection, perspective correction and custom crop/resize.
A React component to make the table editable, searchable, sortable just like a database.
A tiny yet full-featured state machine hook for React.
An open-source React components and hooks library with focus on usability, accessibility, and developer experience.
A React Hook to cancel promises when a component is unmounted.
A React Native component used to create smooth gradients in your app.
A customizable popover and tooltip JavaScript library for React Native applications.
Provide all features a camera app should have. You have full control over what device is used and can even configure options such as frame rate, colorspace, and more.
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: