Skip to content

Commit ba474f3

Browse files
authored
Update README.md
1 parent 645dde7 commit ba474f3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ src/
9191
assets/
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

159147
Declare only what you actually use. Full catalog: [docs/permissions-bare-rn.md](docs/permissions-bare-rn.md)

0 commit comments

Comments
 (0)