diff --git a/react-native-libraries.json b/react-native-libraries.json index 77f19185e..a2c49dc34 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -930,7 +930,8 @@ "ios": true, "android": true, "expoGo": true, - "unmaintained": true + "unmaintained": true, + "alternatives": ["@futurejj/react-native-checkbox"] }, { "githubUrl": "https://github.com/expo/react-native-loading-container", @@ -4279,7 +4280,9 @@ "githubUrl": "https://github.com/tableflip/react-native-select-multiple", "ios": true, "android": true, - "expoGo": true + "expoGo": true, + "unmaintained": true, + "alternatives": ["react-native-tree-multi-select"] }, { "githubUrl": "https://github.com/Richard-Cao/react-native-exceptions-manager", @@ -14785,5 +14788,22 @@ "android": true, "web": true, "expoGo": true + }, + { + "githubUrl": "https://github.com/JairajJangle/react-native-checkbox", + "npmPkg": "@futurejj/react-native-checkbox", + "examples": [ + "https://github.com/JairajJangle/react-native-checkbox/tree/main/example", + "https://snack.expo.dev/@futurejj/react-native-checkbox-example" + ], + "images": [ + "https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZnl6dG1mOXJ5bGd6bTVrMWV5YnAzMmkzYTRvbWFjZ2RkMjh4eHl3dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Pegf3CERuvAllv0dxv/giphy.gif" + ], + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true } ]