Answer the question
In order to leave comments, you need to log in
How to center an image in Expo AppLoading?
In app.json I write like this
{
"expo": {
"sdkVersion": "27.0.0",
"splash": {
"backgroundColor": "#2c2c2c",
"image": "./assets/images/loading.png",
"ldpi": "./assets/images/loading.png",
"mdpi": "./assets/images/loading.png",
"hdpi": "./assets/images/loading.png",
"xhdpi": "./assets/images/loading.png",
"xxhdpi": "./assets/images/loading.png",
"xxxhdpi": "./assets/images/loading.png"
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question