react-native-env
react-native-env copied to clipboard
Solution for Android
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);