In this commit we nuke the unmaintained library `react-native-mail` and move over the logic to our native modules. This also helps to fix `make nix-update-gradle` which would fail because of that library. - Android - iOS status: ready
7 lines
267 B
XML
7 lines
267 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<external-path name="rnmail_dl" path="Download/" />
|
|
<cache-path name="rnmail_cache" path="/" />
|
|
<root-path name="rnmail_sdcard" path="." />
|
|
</paths>
|