我正在尝试从react-native-unimodules迁移到expo模块。我遵循了这个文档,在Android中一切都很好,但是在iOS中,AppDelegate.h中提到了错误。
我的AppDelegate.h是这样的,

在文档中,只提到了添加import ⁢expo.h>。但这句话描述得不多。
这个文件会自动创建吗?
发布于 2022-03-23 14:25:58
https://docs.expo.dev/bare/installing-expo-modules/#manual-installation
yarn add expo是在上面的功能。
https://stackoverflow.com/questions/70604225
复制相似问题