Skip to content

Commit 9a70225

Browse files
authored
add Fire OS compatibility (#1619)
1 parent 2d8987f commit 9a70225

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

react-native-libraries.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@
23572357
"ios": true,
23582358
"android": true,
23592359
"web": true,
2360+
"fireos": true,
23602361
"expoGo": true
23612362
},
23622363
{
@@ -3803,6 +3804,7 @@
38033804
"ios": true,
38043805
"android": true,
38053806
"web": true,
3807+
"fireos": true,
38063808
"expoGo": true,
38073809
"newArchitecture": true
38083810
},
@@ -9567,6 +9569,7 @@
95679569
"ios": true,
95689570
"android": true,
95699571
"web": true,
9572+
"fireos": true,
95709573
"expoGo": true
95719574
},
95729575
{
@@ -11782,6 +11785,7 @@
1178211785
"android": true,
1178311786
"ios": true,
1178411787
"web": true,
11788+
"fireos": true,
1178511789
"expoGo": true,
1178611790
"newArchitecture": true
1178711791
},
@@ -12888,7 +12892,8 @@
1288812892
"githubUrl": "https://github.com/auth0/jwt-decode",
1288912893
"ios": true,
1289012894
"android": true,
12891-
"web": true
12895+
"web": true,
12896+
"fireos": true
1289212897
},
1289312898
{
1289412899
"githubUrl": "https://github.com/SimformSolutionsPvtLtd/react-native-audio-waveform",
@@ -13051,6 +13056,7 @@
1305113056
"ios": true,
1305213057
"android": true,
1305313058
"web": true,
13059+
"fireos": true,
1305413060
"newArchitecture": true
1305513061
},
1305613062
{
@@ -13508,6 +13514,7 @@
1350813514
"ios": true,
1350913515
"android": true,
1351013516
"web": true,
13517+
"fireos": true,
1351113518
"expo": true,
1351213519
"newArchitecture": true
1351313520
},
@@ -13768,6 +13775,7 @@
1376813775
"ios": true,
1376913776
"android": true,
1377013777
"web": true,
13778+
"fireos": true,
1377113779
"expoGo": true
1377213780
},
1377313781
{
@@ -14305,7 +14313,8 @@
1430514313
"examples": ["https://github.com/i18next/i18next/tree/master/examples/typescript"],
1430614314
"ios": true,
1430714315
"android": true,
14308-
"web": true
14316+
"web": true,
14317+
"fireos": true
1430914318
},
1431014319
{
1431114320
"githubUrl": "https://github.com/PostHog/posthog-react-native-session-replay",

0 commit comments

Comments
 (0)