Reactjs – How can I apply the changes made in app.json? update splash screen in my expo app
I am trying to change my default Splash screen in my Expo app with a new one. I am using EAS profile development. this is my app.json { "expo": { "name": "blue-kiwi", "slug": "blue-kiwi", "version": "1.0.1", "orientation": "portrait", "icon": "./assets/icon.png",…