Skip to content

Commit 2bd6ed9

Browse files
authored
add few new libraries (#2276)
1 parent c15e2e2 commit 2bd6ed9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

react-native-libraries.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19982,5 +19982,40 @@
1998219982
"githubUrl": "https://github.com/JubaKitiashvili/everything-react-native-expo",
1998319983
"npmPkg": "erne-universal",
1998419984
"dev": true
19985+
},
19986+
{
19987+
"githubUrl": "https://github.com/native-html/render/tree/main/packages/render",
19988+
"npmPkg": "@native-html/render",
19989+
"images": ["https://raw.githubusercontent.com/native-html/render/main/assets/demo.gif"],
19990+
"examples": ["https://github.com/native-html/render/tree/main/apps/discovery"],
19991+
"ios": true,
19992+
"android": true
19993+
},
19994+
{
19995+
"githubUrl": "https://github.com/native-html/render/tree/main/packages/css-processor",
19996+
"npmPkg": "@native-html/css-processor",
19997+
"ios": true,
19998+
"android": true
19999+
},
20000+
{
20001+
"githubUrl": "https://github.com/native-html/render/tree/main/packages/transient-render-engine",
20002+
"npmPkg": "@native-html/transient-render-engine",
20003+
"ios": true,
20004+
"android": true
20005+
},
20006+
{
20007+
"githubUrl": "https://github.com/AppAndFlow/react-native-ease",
20008+
"examples": ["https://github.com/AppAndFlow/react-native-ease/tree/main/example"],
20009+
"ios": true,
20010+
"android": true,
20011+
"newArchitecture": true
20012+
},
20013+
{
20014+
"githubUrl": "https://github.com/software-mansion-labs/react-native-streamdown",
20015+
"examples": [
20016+
"https://github.com/software-mansion-labs/react-native-streamdown/tree/main/example"
20017+
],
20018+
"ios": true,
20019+
"android": true
1998520020
}
1998620021
]

0 commit comments

Comments
 (0)