Skip to content

Commit 116f381

Browse files
committed
feat: app launcher icon generator (iOS AppIcon + Android mipmap)
- Add devDependency sharp@0.34.2 and npm run gen:app-icon - scripts/generate-app-icon.cjs: source app-icon.png or bootsplash logo, #111827 flatten - Populate AppIcon.appiconset PNGs + Contents.json filenames - Regenerate ic_launcher / ic_launcher_round per density - Document in development.md and README quick start Made-with: Cursor
1 parent 0f10e4f commit 116f381

25 files changed

+684
-24
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ cd react-native-starter
4949
npm install
5050
npx pod-install ios
5151
cp .env.example .env
52-
````
52+
```
53+
54+
**Launcher icon (optional):** add `assets/app-icon.png` (1024×1024, square), or use the default generator source (`assets/bootsplash/logo@4x.png`), then run `npm run gen:app-icon`. See [docs/development.md](docs/development.md#assets--guards).
5355

5456
Edit `.env` as needed, then:
5557

-1.61 KB
Loading
-3.53 KB
Loading
-952 Bytes
Loading
-1.67 KB
Loading
-2.18 KB
Loading
-4.65 KB
Loading
-3.2 KB
Loading
-7.31 KB
Loading
-4.92 KB
Loading

0 commit comments

Comments
 (0)