Bladeren bron

add a disclaimer in usage of `dirs`

Gaëtan Renaudeau 7 jaren geleden
bovenliggende
commit
b99a8d156f
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2
    0
      README.md

+ 2
- 0
README.md Bestand weergeven

@@ -48,6 +48,8 @@ Returns a Promise of the image URI.
48 48
 
49 49
 By default, takeSnapshot will export in a temporary folder and the snapshot file will be deleted as soon as the app leaves. If you use the `path` option, you make the snapshot file more permanent and at a specific file location. To make file location more 'universal', the library exports some classic directory constants:
50 50
 
51
+> If you use `dirs`, you own the file and manage its lifecycle: it won't get cleaned so be careful not leaking files on user's phone.
52
+
51 53
 ```js
52 54
 import { takeSnapshot, dirs } from "react-native-view-shot";
53 55
 // cross platform dirs: