Skip to content

Commit 12ec29f

Browse files
authored
react-native-file-access: state macos support (#2335)
1 parent 21a98d8 commit 12ec29f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

react-native-libraries.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6447,9 +6447,13 @@
64476447
},
64486448
{
64496449
"githubUrl": "https://github.com/alpha0010/react-native-file-access",
6450-
"examples": ["https://github.com/alpha0010/react-native-file-access/tree/master/example"],
6450+
"examples": [
6451+
"https://github.com/alpha0010/react-native-file-access/tree/master/example",
6452+
"https://github.com/alpha0010/react-native-file-access/tree/master/exampleMacos"
6453+
],
64516454
"ios": true,
6452-
"android": true
6455+
"android": true,
6456+
"macos": true
64536457
},
64546458
{
64556459
"githubUrl": "https://github.com/christopherdro/react-native-print",

0 commit comments

Comments
 (0)