Try an example app and debug issues

This commit is contained in:
2026-04-19 23:40:54 +02:00
parent f2332b4844
commit 9c8fdbcc53
10 changed files with 320 additions and 20 deletions
+2
View File
@@ -8,6 +8,8 @@
"react-native": "src/index",
"source": "src/index",
"scripts": {
"dev": "cd example && bun start",
"android": " cd example && bunx react-native run-android --no-packager --port 8082",
"typecheck": "tsc --noEmit",
"build": "bun run typecheck && bob build",
"codegen": "nitrogen --logLevel=\"debug\" && node post-script.js"