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
+1 -1
View File
@@ -6,7 +6,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios --simulator='iPhone 16'",
"lint": "eslint .",
"start": "react-native start --reset-cache",
"start": "react-native start --reset-cache --port 8082",
"test": "jest",
"pod": "bundle install && bundle exec pod install --project-directory=ios"
},