feat(client): add json-render catalog and registry

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-13 23:52:18 +00:00
parent c78ad25f0d
commit e7d0a38e93
5 changed files with 122 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/source-serif-4": "^0.4.1",
"@expo/vector-icons": "^15.0.3",
"@json-render/react-native": "^0.13.0",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.8",
@@ -45,7 +46,8 @@
"react-native-svg": "15.12.1",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.5.1",
"twrnc": "^4.16.0"
"twrnc": "^4.16.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/react": "~19.1.0",