Native appearing forms with React Native
React Native Forms Project status I wrote this library two years ago for a use-case at work, when React Native was still quite young, comparatively. I open sourced it in…
Continue readingReact Native Forms Project status I wrote this library two years ago for a use-case at work, when React Native was still quite young, comparatively. I open sourced it in…
Continue readingReactNative Spruce – (Android & iOS) If this project has helped you out, please support us with a star ? Spruce is a lightweight animation library that helps choreograph the animations…
Continue readingReactNative: Native Tooltips (Android/iOS) If this project has helped you out, please support us with a star ? This library is a React Native bridge around native tooltips. It allows you…
Continue readingreact-native-buttonex This module is a copy of the default react-native/Button component from here – http://facebook.github.io/react-native/docs/button.html – https://github.com/facebook/react-native/blob/master/Libraries/Components/Button.js – everything works exactly the same. This official component by React Native is very close to look…
Continue readingReactNative: Native Styled Dialogs (Android/iOS) If this project has helped you out, please support us with a star ? This library shows a beautiful and customizable designed dialog with header. ? Getting…
Continue readingreact-native-uuid-generator A simple wrapper around the native iOS and Android UUID classes. Exposes a single method, getRandomUUID. Getting started $ npm install react-native-uuid-generator –save $ react-native link react-native-uuid-generator Usage This library…
Continue readingReact Native Search Bar The high-quality native iOS search bar for react native. Getting Started This is a native library. It does not work with expo or create-react-native-app. Installation # npm npm install react-native-search-bar…
Continue readingReact Native Touch ID React Native Touch ID is a React Native library for authenticating users with biometric authentication methods like Face ID and Touch ID on both iOS and Android (experimental)….
Continue readingReact Native Social Share Use the built-in share view from iOS and Android to let the user share on Facebook and Twitter. It will use the user’s existing account without…
Continue readingreact-native-audio-polyfill html Audio class polyfill for react-native. You can use Audio for android,ios without modification to browser code. Usage import Audio from ‘react-native-audio-polyfill’ const audio1 = new Audio() audio1.onload =…
Continue reading