diff --git a/react-native-libraries.json b/react-native-libraries.json index a6c9e4c67..780be8843 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -9872,10 +9872,14 @@ { "githubUrl": "https://github.com/Sharcoux/slider", "npmPkg": "@react-native-assets/slider", - "examples": ["https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8?file=/src/App.js"], - "ios": true, + "examples": ["https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8"], + "images": ["https://github.com/Sharcoux/slider/blob/master/slider.gif"], "android": true, - "web": true + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/lingui/js-lingui/tree/main/packages/react", @@ -15372,5 +15376,37 @@ "android": true, "ios": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Sharcoux/rn-css", + "npmPkg": "rn-css", + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/cantoo-scribe/pdf-lib", + "npmPkg": "@cantoo/pdf-lib", + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Sharcoux/navigation", + "npmPkg": "@react-native-assets/navigation", + "examples": ["https://snack.expo.dev/@sharcoux/react-native-navigation"], + "images": ["https://github.com/Sharcoux/navigation/blob/master/example/navigation.gif"], + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true } ]