Images

A collection of 94 posts

A image magic module for react native

react-native-imagewand React native image wand view for android. Enabling you to do instagram like effects to images Installation npm i --save react-native-imagewand Add it to your android project In android/settings.gradle ... include
27 August 2017

iOS/Android image picker with support for camera

react-native-image-crop-picker iOS/Android image picker with support for camera, configurable compression, multiple images and cropping. Usage Import library import ImagePicker from 'react-native-image-crop-picker'; Select from gallery Call single image picker with cropping ImagePicker.openPicker(
27 August 2017

Image intent receiver for React Native

react-native-image-intent Image intent receiver for React Native android. This allows react native app to receive data (image) from other app Installation npm install --save react-native-image-intent Recommended via yarn yarn add react-native-image-intent GitHub
24 August 2017

DraggableDrawer component for React Native

react-native-draggable-drawer DraggableDrawer is a component for react-native, it allows you have a vertical draggable drawer view that you can drag up or drag down. So, if you drag and release that component, then
17 August 2017

The Beautiful Image component that supports fadeIn animation

react-native-beautiful-image The Image component that supports fadeIn animation and shows placeholderSource if the main source can't be loaded. More will be implemented. Installation npm i --save react-native-beautiful-image Please file an issue if you
08 August 2017

use OpenGL for performant effects on images and videos

gl-react-native OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm. gl-react-native is an implementation of gl-react for react-native. Please read the main gl-react README
30 July 2017