react-native-env icon indicating copy to clipboard operation
react-native-env copied to clipboard

Solution for Android

Open cgarvis opened this issue 10 years ago • 1 comments

cgarvis avatar Dec 29 '15 20:12 cgarvis

Example Use Case:

To save a file to Android's common Download folder, you should get the path from the Android environment:

Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS);

esutton avatar Jun 13 '16 21:06 esutton