1{ 2 "name": "MusicFree", 3 "displayName": "MusicFree", 4 "expo": { 5 "plugins": [ 6 [ 7 "expo-splash-screen", 8 { 9 "backgroundColor": "#27282C", 10 "image": "./android/app/src/main/res/drawable/splashscreen_image.png", 11 "imageWidth": 200 12 } 13 ] 14 ], 15 } 16} 17