我在启动申请时总是在警告后一直收到的问题。
Linking requires a build-time setting `scheme` in the project's Expo config (app.config.js or app.js
on) for bare or production apps. Manually providing a `scheme` property can circumvent this warning. Using native app identifier as the scheme 'com.TravelRate'. Learn more: https://docs.expo.dev/guides/linking/
在我的app.json中,我的配置如下:
"expo": {
"name": "TravelRate",
"slug": "TravelRate",
"version": "1.0.0",
"orientation": "portrait",
"scheme": "com.travelrate",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
您可以看到我提供了一个计划,但是即使在Prebuild之后,它仍然向我显示警告。
我已经尝试了很多不同的名字,但是什么都没有用
我也是 经历这个, 有任何更新吗?
可以使用ADB或NPX可调用 到我的应用程序
我不知道怎么了 也许这只是一个警告?虽然这是吗?