Skip to content

Commit 70c9f9f

Browse files
authored
update Fire OS compatibility (#1642)
1 parent 8271d9a commit 70c9f9f

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

react-native-libraries.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
"ios": true,
166166
"android": true,
167167
"web": true,
168-
"expoGo": true
168+
"expoGo": true,
169+
"fireos": true
169170
},
170171
{
171172
"githubUrl": "https://github.com/aeirola/react-native-svg-asset-plugin",
@@ -581,6 +582,7 @@
581582
"ios": true,
582583
"android": true,
583584
"expoGo": true,
585+
"fireos": true,
584586
"examples": ["https://snack.expo.dev/SJfJguhrW"]
585587
},
586588
{
@@ -654,6 +656,7 @@
654656
"ios": true,
655657
"android": true,
656658
"expoGo": true,
659+
"fireos": true,
657660
"examples": ["https://snack.expo.dev/ByBCD_2r-"]
658661
},
659662
{
@@ -744,7 +747,8 @@
744747
"https://react-native-share.github.io/react-native-share/img/assets-docs/ios-component.gif"
745748
],
746749
"ios": true,
747-
"android": true
750+
"android": true,
751+
"fireos": true
748752
},
749753
{
750754
"githubUrl": "https://github.com/aakashns/react-native-dialogs",
@@ -2200,6 +2204,7 @@
22002204
"ios": true,
22012205
"android": true,
22022206
"unmaintained": true,
2207+
"fireos": true,
22032208
"alternatives": ["@dr.pogodin/react-native-fs", "expo-file-system"]
22042209
},
22052210
{
@@ -3543,7 +3548,8 @@
35433548
],
35443549
"ios": true,
35453550
"android": true,
3546-
"expoGo": true
3551+
"expoGo": true,
3552+
"fireos": true
35473553
},
35483554
{
35493555
"githubUrl": "https://github.com/react-native-netinfo/react-native-netinfo",
@@ -6834,7 +6840,8 @@
68346840
"ios": true,
68356841
"android": true,
68366842
"expoGo": true,
6837-
"windows": true
6843+
"windows": true,
6844+
"fireos": true
68386845
},
68396846
{
68406847
"githubUrl": "https://github.com/guhungry/react-native-photo-manipulator",
@@ -11595,6 +11602,7 @@
1159511602
"android": true,
1159611603
"web": true,
1159711604
"expoGo": true,
11605+
"fireos": true,
1159811606
"examples": ["https://snack.expo.dev/@zahidalidev/toastify-react-native"]
1159911607
},
1160011608
{
@@ -12531,7 +12539,8 @@
1253112539
"android": true,
1253212540
"tvos": true,
1253312541
"expoGo": true,
12534-
"newArchitecture": true
12542+
"newArchitecture": true,
12543+
"fireos":true
1253512544
},
1253612545
{
1253712546
"githubUrl": "https://github.com/pchalupa/expo-alternate-app-icons",

0 commit comments

Comments
 (0)