79084815

Date: 2024-10-14 05:37:54
Score: 1
Natty:
Report link

use @react-native-community/netinfo

import { useNetInfo } from '@react-native-community/netinfo';

function Home(){
 const { isConnected } = useNetInfo();
 return null
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tosin Ola