Skip to content

Commit b9ee9d2

Browse files
author
Preben Ludviksen
committed
Added note on supported versions.
1 parent d28f20b commit b9ee9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ There is only one module, FileSystem, that can be imported like this:
66
import FileSystem from 'react-native-filesystem';
77
```
88

9+
This module works on iOS 8.0+ and Android Ice Cream Sandwich and newer (4.1.x / API-level 16).
10+
911
## FileSystem
1012

1113
static **writeToFile** (path: `string`, content: `string`, storage: `string?`): `Promise`

0 commit comments

Comments
 (0)