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

时间:2019-05-25 08:12:43

标签: react-native

salam
 更新本机后出现此错误

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

1 个答案:

答案 0 :(得分:2)

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";