Answer the question
In order to leave comments, you need to log in
React native app not installing on Android phone?
Hello!
Made an app in React native.
Made a build. The apk file
is not installed on the phone.
What could be the reasons?
I created several options, tried to install on different phones. The phone says: Your application is not installed. And that's it...
here is app.json
{
"expo": {
"name": "VseSorta1",
"slug": "VseSorta1",
"privacy": "public",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android",
"web"
],
"android": {
"package": "com.Vsesorta1.Vsesorta1"
},
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/logo.png",
"resizeMode": "contain",
"backgroundColor": "#777"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.Vsesorta1.Vsesorta1"
}
}
}
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