Danny Ricciotti
Danny Ricciotti
Thank you for that clarification! Really helpful to see where in the code this happens.
@zoontek here ya go! ``` { "expo": { "name": "MyApp", "slug": "my-app", "scheme": "myapp", "version": "1.0.0", "orientation": "portrait", "userInterfaceStyle": "automatic", "icon": "./assets/images/app-icon.png", "updates": { "fallbackToCacheTimeout": 0 }, "newArchEnabled": true, "jsEngine":...
```json { "name": "project-name", "version": "0.0.1", "private": true, "main": "index.tsx", "scripts": { "compile": "tsc --noEmit -p . --pretty", "lint": "eslint . --fix", "validate": "tsc --noEmit -p . --pretty && eslint...
Thanks, I wasn't sure whether `expo-splash-screen` was required as a dependency or something like that. It makes sense that we don't need it at all.
I would love those examples too!