AsyncStorage is a simple yet powerful module to persist data offline in react native. We can use key-value storage system to persist the value. Lets…
Today we are going to add a simple custom bottom tab navigator using reactnative. Let’s create a new project name as customButtomTab using expo and…