How to read Mobile Hardware and Operating system Details in React Native

| By Webner

Steps to read Mobile Hardware and Operating system Details in React Native To get the android and ios device information like UDID, version, build, operating system etc – We can get this information by using react-native-device-info plugin provided by react

How to get Lat, Long in React Native app

| By Webner

Steps to access GPS in React Native app to capture lat/long In your AndroidManifest.xml add following permissions: <uses-permission android:name=”android.permission.ACCESS_FINE_LOCATION” /> it comes enabled by default on iOS but not Android. There are three methods available for geolocation: getCurrentPosition allows us