React native web app not changing background color even after app.json web change
I'm building my app with react native. I want the same code and UI for all three platforms. Web, Android, and, IOS. This is my app.json file { "expo": { "name": "game-app", "slug": "game-app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png",…