如何使用 React Native expo 获取 IOS 和 Android 的包 ID

Zac*_*ire 2 xcode bundle react-native vue-native

我已经创建了一个 vue-native 应用程序,需要收集 IOS 和 Android 的 Bundle ID,但无法在 Xcode 中打开我的项目。我怎样才能访问这些信息?谢谢

Iva*_*nF. 5

我正在经历同样的过程。我在用着

"ios": {
  "supportsTablet": true,
  "bundleIdentifier": "bundlename",
  "infoPlist": {
    "NSCameraUsageDescription": "This app uses the camera to scan barcodes on event tickets."
  }
},
"android": {
  "package": "pckname",
  "versionCode": 15
}
Run Code Online (Sandbox Code Playgroud)

在世博会图表内app.json
您可以在此处获取有关构建独立应用程序的更多信息:https://docs.expo.io/versions/latest/distribution/building-standalone-apps