[BREAKGLASS] Append-only mirror of github.com/bluewallet/react-native-directory-picker
Go to file
2020-12-30 12:28:02 -08:00
android WIP 2020-06-30 18:41:03 -07:00
ios refactor: initial work to support arbitrary file storage 2020-12-30 12:28:02 -08:00
.gitignore Cleanup of npmignore file 2020-07-28 17:01:11 -07:00
index.android.js Initial work to support promises 2020-07-28 18:53:04 -07:00
index.d.ts Initial work to support promises 2020-07-28 18:53:04 -07:00
index.ios.js Fix function name for iOS 2020-07-28 19:13:52 -07:00
index.js Got initial directory picking working 2020-06-25 17:35:35 -07:00
package-lock.json Initial work to support promises 2020-07-28 18:53:04 -07:00
package.json Fix function name for iOS 2020-07-28 19:13:52 -07:00
README.md WIP 2020-06-30 18:41:03 -07:00

React Native Directory Picker

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}`));