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