gpt4 book ai didi

react-native - 如何修复 nativebase toast 错误 undefined is not an object(评估 'this.toastInstance._root')

转载 作者:行者123 更新时间:2023-12-03 18:25:17 29 4
gpt4 key购买 nike

我在 react-native 项目中使用 nativebase ( "native-base": "^2.12.1" )。
我将在 react 组件类中的方法上使用 show toast

assignTicket(id) {
return Toast.show({
text: "Wrong password!",
buttonText: "Okay",
duration: 3000,
type: "success"
});
}

但是在调用此方法时出现错误:

undefinded is not an object (evaluating 'this.toastInstance._root')



我认为这不是 nativebase 版本问题,我使用的是最新版本。
提前致谢。

最佳答案

要让 Toast 工作,您需要将最顶层的组件包裹在 <Root> 中。从原生基地。

关于react-native - 如何修复 nativebase toast 错误 undefined is not an object(评估 'this.toastInstance._root'),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55240713/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com