Skip to content

Commit 38d1feb

Browse files
authored
Added react-native-checkbox library + added alts to some unmaintained libs (#1639)
1 parent 4974c56 commit 38d1feb

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

react-native-libraries.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,8 @@
930930
"ios": true,
931931
"android": true,
932932
"expoGo": true,
933-
"unmaintained": true
933+
"unmaintained": true,
934+
"alternatives": ["@futurejj/react-native-checkbox"]
934935
},
935936
{
936937
"githubUrl": "https://github.com/expo/react-native-loading-container",
@@ -4279,7 +4280,9 @@
42794280
"githubUrl": "https://github.com/tableflip/react-native-select-multiple",
42804281
"ios": true,
42814282
"android": true,
4282-
"expoGo": true
4283+
"expoGo": true,
4284+
"unmaintained": true,
4285+
"alternatives": ["react-native-tree-multi-select"]
42834286
},
42844287
{
42854288
"githubUrl": "https://github.com/Richard-Cao/react-native-exceptions-manager",
@@ -14789,5 +14792,22 @@
1478914792
"android": true,
1479014793
"web": true,
1479114794
"expoGo": true
14795+
},
14796+
{
14797+
"githubUrl": "https://github.com/JairajJangle/react-native-checkbox",
14798+
"npmPkg": "@futurejj/react-native-checkbox",
14799+
"examples": [
14800+
"https://github.com/JairajJangle/react-native-checkbox/tree/main/example",
14801+
"https://snack.expo.dev/@futurejj/react-native-checkbox-example"
14802+
],
14803+
"images": [
14804+
"https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZnl6dG1mOXJ5bGd6bTVrMWV5YnAzMmkzYTRvbWFjZ2RkMjh4eHl3dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Pegf3CERuvAllv0dxv/giphy.gif"
14805+
],
14806+
"ios": true,
14807+
"android": true,
14808+
"web": true,
14809+
"expoGo": true,
14810+
"fireos": true,
14811+
"newArchitecture": true
1479214812
}
1479314813
]

0 commit comments

Comments
 (0)