react-native-get-gallery-image

1.0.1 • Public • Published

react-native-get-gallery-image

Get an image and move it to a given directory. Useful for iOS and Android where the urls from the gallery are not file paths (asset-library:// and content://)

Installation

npm i react-native-get-gallery-image -- save

or

yarn add react-native-get-gallery-image

then run

react-native link

Example usage

import RNGGI from 'react-native-get-gallery-image'
 
const path = `some-url-from-the-gallery-or-camera-roll`
 
const movedImagePath = await RNGGI.moveFile(path, 'some-new-name', 'aDirectory')

/react-native-get-gallery-image/

    Package Sidebar

    Install

    npm i react-native-get-gallery-image

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • rmlewisuk