gpt4 book ai didi

react-native - NetInfo已从react-native核心中提取并将被删除

转载 作者:行者123 更新时间:2023-12-04 04:54:51 25 4
gpt4 key购买 nike

萨拉姆
更新react native后出现此错误

Warning: NetInfo has been extracted from react-native core
and will be removed in a future release.
It can now be installed and imported from '@react-native-community/netinfo'
instead of 'react-native'.
See https://github.com/react-native-community/react-native-netinfo

enter image description here

最佳答案

npm install --save @react-native-community/netinfo
react-native link @react-native-community/netinfo

并更改此

import { NetInfo } from "react-native";

至:

import NetInfo from "@react-native-community/netinfo";

关于react-native - NetInfo已从react-native核心中提取并将被删除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56303038/

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