easyReact Native#34

NetInfo connectivity check

Prompt

Use @react-native-community/netinfo to check if the device is connected to the internet. Display "Online" or "Offline" based on connectivity, and listen for changes.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code