我正在尝试使用这个工具:https://docs.expo.io/versions/latest/sdk/lottie/ 我的安卓手机崩溃了,医生说: The Lottie SDK is currentlyconsidered to be under Expo's "DangerZone" because it's implementation is still in Alpha.Importing Lottie
我正在使用expo、react-native、redux、react-navigation和react-intl。Expo具有异步检索区域设置的异步Localization.getCurrentLocaleAsync()函数。我遇到了将区域设置和消息的更改向下传到子组件的问题。”中。下面是我的代码:root.jsimport { Provider } from
在启动我的应用程序时,我得到了以下错误: TypeError: dispatcher.useState is not a function.dispatcher.useState(initialState)', 'dispatcher.useState' is undefined) 根据another well referenced issue中的建议,我已经更新了我的package.json以包括: "react": "16.7.0-alpha.2",