Skip to content

Commit c9462ae

Browse files
authored
Add FOS compatibility and new libs (#1611)
1 parent a12c3ee commit c9462ae

File tree

1 file changed

+37
-12
lines changed

1 file changed

+37
-12
lines changed

react-native-libraries.json

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@
626626
"android": true,
627627
"web": true,
628628
"expoGo": true,
629+
"fireos": true,
629630
"examples": ["https://icons.expo.fyi"]
630631
},
631632
{
@@ -3414,7 +3415,8 @@
34143415
"android": true,
34153416
"expoGo": true,
34163417
"windows": true,
3417-
"visionos": true
3418+
"visionos": true,
3419+
"fireos": true
34183420
},
34193421
{
34203422
"githubUrl": "https://github.com/microsoft/react-native-dualscreen/tree/master/dualscreeninfo",
@@ -3634,7 +3636,8 @@
36343636
"windows": true,
36353637
"macos": true,
36363638
"npmPkg": "@react-native-picker/picker",
3637-
"newArchitecture": true
3639+
"newArchitecture": true,
3640+
"fireos": true
36383641
},
36393642
{
36403643
"githubUrl": "https://github.com/react-native-cameraroll/react-native-cameraroll",
@@ -4777,7 +4780,8 @@
47774780
"npmPkg": "@sentry/react-native",
47784781
"ios": true,
47794782
"android": true,
4780-
"expoGo": true
4783+
"expoGo": true,
4784+
"fireos": true
47814785
},
47824786
{
47834787
"githubUrl": "https://github.com/solinor/react-native-bluetooth-status",
@@ -4958,7 +4962,8 @@
49584962
"windows": true,
49594963
"web": true,
49604964
"visionos": true,
4961-
"expoGo": true
4965+
"expoGo": true,
4966+
"fireos": true
49624967
},
49634968
{
49644969
"githubUrl": "https://github.com/react-native-toolkit/triangle",
@@ -7132,7 +7137,8 @@
71327137
"examples": ["https://github.com/gorhom/react-native-portal/tree/master/example"],
71337138
"ios": true,
71347139
"android": true,
7135-
"expoGo": true
7140+
"expoGo": true,
7141+
"fireos": true
71367142
},
71377143
{
71387144
"githubUrl": "https://github.com/a7ul/react-native-exception-handler",
@@ -9513,7 +9519,8 @@
95139519
"npmPkg": "@microsoft/signalr",
95149520
"ios": true,
95159521
"android": true,
9516-
"expoGo": true
9522+
"expoGo": true,
9523+
"fireos": true
95179524
},
95189525
{
95199526
"githubUrl": "https://github.com/sacmii/rn-vertical-slider",
@@ -11446,7 +11453,8 @@
1144611453
"tvos": true,
1144711454
"expoGo": true,
1144811455
"newArchitecture": true,
11449-
"dev": true
11456+
"dev": true,
11457+
"fireos": true
1145011458
},
1145111459
{
1145211460
"githubUrl": "https://github.com/expo/expo/tree/main/packages/expo",
@@ -11562,7 +11570,8 @@
1156211570
"ios": true,
1156311571
"android": true,
1156411572
"web": true,
11565-
"expoGo": true
11573+
"expoGo": true,
11574+
"fireos": true
1156611575
},
1156711576
{
1156811577
"githubUrl": "https://github.com/zahidalidev/toastify-react-native",
@@ -12819,7 +12828,8 @@
1281912828
"android": true,
1282012829
"web": true,
1282112830
"expoGo": true,
12822-
"newArchitecture": true
12831+
"newArchitecture": true,
12832+
"fireos": true
1282312833
},
1282412834
{
1282512835
"githubUrl": "https://github.com/dominicstop/react-native-ios-utilities",
@@ -12849,7 +12859,8 @@
1284912859
"ios": true,
1285012860
"web": true,
1285112861
"expoGo": true,
12852-
"newArchitecture": true
12862+
"newArchitecture": true,
12863+
"fireos": true
1285312864
},
1285412865
{
1285512866
"githubUrl": "https://github.com/TanStack/query/tree/main/packages/query-persist-client-core",
@@ -12858,7 +12869,8 @@
1285812869
"ios": true,
1285912870
"web": true,
1286012871
"expoGo": true,
12861-
"newArchitecture": true
12872+
"newArchitecture": true,
12873+
"fireos": true
1286212874
},
1286312875
{
1286412876
"githubUrl": "https://github.com/JairajJangle/react-native-visibility-sensor",
@@ -14456,7 +14468,8 @@
1445614468
"examples": ["https://github.com/eugenehp/RNUUID"],
1445714469
"ios": true,
1445814470
"android": true,
14459-
"expoGo": true
14471+
"expoGo": true,
14472+
"fireos": true
1446014473
},
1446114474
{
1446214475
"githubUrl": "https://github.com/Abhinandan-Kushwaha/react-native-screenshot-test",
@@ -14503,5 +14516,17 @@
1450314516
"ios": true,
1450414517
"android": true,
1450514518
"newArchitecture": true
14519+
},
14520+
{
14521+
"githubUrl": "https://github.com/ammarahm-ed/react-native-gzip",
14522+
"npmPkg": "react-native-gzip",
14523+
"android": true,
14524+
"fireos": true
14525+
},
14526+
{
14527+
"githubUrl": "https://github.com/bamlab/react-tv-space-navigation/tree/main/packages/lib",
14528+
"npmPkg": "react-tv-space-navigation",
14529+
"android": true,
14530+
"fireos": true
1450614531
}
1450714532
]

0 commit comments

Comments
 (0)