Skip to content

Commit e2f20d0

Browse files
authored
Add pdf-lib, react-native-assets/navigation and rn-css to the directory (#1655)
1 parent 23e838f commit e2f20d0

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

react-native-libraries.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9872,10 +9872,14 @@
98729872
{
98739873
"githubUrl": "https://github.com/Sharcoux/slider",
98749874
"npmPkg": "@react-native-assets/slider",
9875-
"examples": ["https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8?file=/src/App.js"],
9876-
"ios": true,
9875+
"examples": ["https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8"],
9876+
"images": ["https://github.com/Sharcoux/slider/blob/master/slider.gif"],
98779877
"android": true,
9878-
"web": true
9878+
"ios": true,
9879+
"web": true,
9880+
"expoGo": true,
9881+
"fireos": true,
9882+
"newArchitecture": true
98799883
},
98809884
{
98819885
"githubUrl": "https://github.com/lingui/js-lingui/tree/main/packages/react",
@@ -15372,5 +15376,37 @@
1537215376
"android": true,
1537315377
"ios": true,
1537415378
"newArchitecture": true
15379+
},
15380+
{
15381+
"githubUrl": "https://github.com/Sharcoux/rn-css",
15382+
"npmPkg": "rn-css",
15383+
"android": true,
15384+
"ios": true,
15385+
"web": true,
15386+
"expoGo": true,
15387+
"fireos": true,
15388+
"newArchitecture": true
15389+
},
15390+
{
15391+
"githubUrl": "https://github.com/cantoo-scribe/pdf-lib",
15392+
"npmPkg": "@cantoo/pdf-lib",
15393+
"android": true,
15394+
"ios": true,
15395+
"web": true,
15396+
"expoGo": true,
15397+
"fireos": true,
15398+
"newArchitecture": true
15399+
},
15400+
{
15401+
"githubUrl": "https://github.com/Sharcoux/navigation",
15402+
"npmPkg": "@react-native-assets/navigation",
15403+
"examples": ["https://snack.expo.dev/@sharcoux/react-native-navigation"],
15404+
"images": ["https://github.com/Sharcoux/navigation/blob/master/example/navigation.gif"],
15405+
"android": true,
15406+
"ios": true,
15407+
"web": true,
15408+
"expoGo": true,
15409+
"fireos": true,
15410+
"newArchitecture": true
1537515411
}
1537615412
]

0 commit comments

Comments
 (0)