提问人:Rohit Barate 提问时间:11/18/2023 最后编辑:Brian Tompsett - 汤莱恩Rohit Barate 更新时间:11/18/2023 访问量:16
如何在我的 react native 应用程序中显示 API 响应消息和错误 [已关闭]
How to show API response message and errors in my react native app [closed]
问:
我有React Native应用程序。在我执行 API 请求时,当我从 API 获得响应时,如下代码所示:
{
success: true,
msg: "Address fetched successfully",
data: user.addresses,
}
如何向用户显示错误,错误也是如此。msg
如果我可以通过使用 redux for message 来实现这一点,那么请为我提供一些代码示例。
我想使用 View 向用户显示每条 API 响应消息。ToastAndroid' or
答: 暂无答案
评论