[RN] React-Native NetInfo 사용하기

2019. 5. 29. 14:16EXPERIENCE/MOBILE | ReactNative

반응형

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

 

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

react-native link @react-native-community/netinfo

 

https://github.com/react-native-community/react-native-netinfo

반응형