I have recently faced this error “npm ERR cb never called” while running npm install command in my react-native project to install node modules. Here I am going to share the solution to the problem. The screenshot of the error is the following Solution: “npm ERR cb never called“ I have solved this error by […]
Fetch Distance Between 2 Locations in React Native
In this tutorial, I will explain how you can fetch distance between 2 locations in React Native using Google Directions API. Using Google Directions API we can find the by-road distance between two latitudes & longitudes. You may find another way to find distance using some mathematical expressions without using Google API. But that gives […]