The expo package adds versionCode and the program crashes

question:
When I packaged the program, it was perfect without adding versionCode,But I added the versionCode program and it crashed

environment:
“expo”: “^38.0.0”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz”,

code:
“android”: {
“package”: “com.maintank.rwa2”,
“permissions”: ,
“versionCode”: 1
},
How to deal with it ,thanks

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.