我尝试使用react-native-restart创建重启,但是在调用RNRestart.Restart()时出现错误:
[未处理的承诺拒绝:TypeError:null不是对象(评估'_reactNativeRestart.default.Restart')]
如何在生产中实现重新加载?
附注我用的是世博会
您可以使用 expo-updates 只需运行
expo install expo-updates
并使用 reloadAsync 方法重新启动应用程序
import * as Updates from 'expo-updates';
Updates.reloadAsync()
import { reloadAppAsync } from "expo";
reloadAppAsync()