我在我的expo应用中使用了@react导航/栈,一切都运行得很好。我想开始向我的应用程序添加标签/抽屉导航,并在尝试导入时遇到以下两个错误 import { createMaterialBottomTabNavigator } from '@react-navigation和 Attempted import error: 'Appearance' is not exported from 'reac
我有一个应用程序,我想尝试expo start:网络功能,在解决了I had the error之后,它确实出现了类似AsyncStorage的错误 Can't resolve 'react-native-web/dist/exports/ColorPropType' 简单地说, /Users/xxx/Documents/xxxx/node_modules/react-
我尝试将facebook分析集成到我的由expo生成的应用程序中,但遇到了错误 Undefined is not an object( evaluating AppEventsLogger.logEvent) 我尝试使用expo eject来使用expokit,然后添加以下代码 import {AppEventsLogger} from 'react-native-fbsdk';
AppEventsLogger.l