AsyncStorage -> react-native-async-storage代替 (https://github.com/react-native-community/react-native-async-storage)
yarn add @react-native-community/async-storage
react-native link @react-native-community/async-storage
import AsyncStorage from '@react-native-community/async-storage';
WebView -> react-native-webview代替 (https://github.com/react-native-community/react-native-webview)
yarn add react-native-webview
react-native link react-native-webview
import WebView from 'react-native-webview';
NetInfo -> react-native-netinfo(https://github.com/react-native-community/react-native-netinfo)
yarn add @react-native-community/netinfo
react-native link @react-native-community/netinfo
import NetInfo from "@react-native-community/netinfo";