File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 9191assets/
9292├── svgs/ # Source SVGs
9393├── logo.png # BootSplash source of truth (`npm run bootsplash:generate`)
94- ├── bootsplash-logo.svg # App icon fallback source (`npm run gen:app-icon`)
9594├── bootsplash/ # Splash PNGs + manifest (`npm run bootsplash:generate`)
9695└── icons.ts # Auto-generated icon registry
9796```
@@ -143,17 +142,6 @@ Full command reference: [docs/development.md#key-commands](docs/development.md#k
143142
144143---
145144
146- ## 🛠️ Android Troubleshooting
147-
148- * ** No connected devices** — start an emulator or connect via USB, then ` npm run android:devices `
149- * ** CMake / missing ` codegen/jni ` ** — run ` npm run android:clean ` , then ` npm run android `
150- * ** Still failing** — ` rm -rf node_modules/*/android/build ` , reinstall, rebuild
151- * ** Gradle clean without broken native tasks** — ` npm run android:clean:gradle `
152-
153- Full detail: [ docs/development.md#android-build] ( docs/development.md#android-build )
154-
155- ---
156-
157145## 🔐 Permissions
158146
159147Declare only what you actually use. Full catalog: [ docs/permissions-bare-rn.md] ( docs/permissions-bare-rn.md )
You can’t perform that action at this time.
0 commit comments