Showing posts with label How to check Internet connectivity in React-Native. Show all posts
Showing posts with label How to check Internet connectivity in React-Native. Show all posts

Thursday, 22 June 2023

How to check Internet connectivity in React-Native code

In this blog we will see Internet connectivity is on or off  in react-native code.

So below is the code to check is internet connected or not ?

Snackbar in Kotlin

How to show snackbar in place of toast message , below is the code for showing snackbar in kotlin. Below code is put in Utils.kt  (common fi...