Add @sofa/native Expo React Native app (#7)

This commit is contained in:
2026-03-12 19:39:54 -04:00
committed by GitHub
parent a326c968b7
commit 83839a0cd7
130 changed files with 9015 additions and 971 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"type": "module",
"exports": {
"./contract": "./src/contract.ts",
"./schemas": "./src/schemas.ts"
"./schemas": "./src/schemas.ts",
"./utils": "./src/utils.ts"
},
"scripts": {
"lint": "biome check",