0.0.2 • Published 4 years ago

react-native-directory-picker v0.0.2

Weekly downloads
22
License
MIT
Repository
github
Last release
4 years ago

Our npm path

Install

npm i --save react-native-directory-picker

Or

yarn add react-native-directory-picker

Usage

Usage in JavaScript

import {selectDirectory} from 'react-native-immersive-bars';

// ...

selectDirectory((path) => console.log(`The path is ${path}`));