Syed Zain Ali

Results 18 comments of Syed Zain Ali

@RidaRidss Try these cache commands 1. watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf ios/build && rm -rf node_modules && yarn cache clean && npm cache verify 2. yarn...

Thank you it's working you need to console **WEB3** let web3 = store.getState().web3.web3Instance; console.log("loginUser : ", web3); - var userName = web3.utils.toUtf8(result); // will work fine

Location is **not working** on these devices where it's working other devices as well . 1. hawaii p8 lite android Version 5 2. hawaii y7 prime **Permission** **React Native and...

> same issue android device have already permission 'android.permission.ACCESS_FINE_LOCATION' **Solution** It's working on all devices with LIBRARY : **react-native-geolocation-service** **DONOT USE :** @react-native-community/geolocation

> I am receiving this error on Android API 28 only. It works on API 29. Any idea why? > > ``` > {"PERMISSION_DENIED": 1, "POSITION_UNAVAILABLE": 2, "TIMEOUT": 3, "code":...

> 1. hawaii **SOLUTION** My location permission is working on every device **DONOT USE** @react-native-community/geolocation I simply **use** react-native-geolocation-service and it start working on every device of android **Permission** ``...

I believe I had a Same Issue . Image Quality Become Poorer @4ian

@wincod75 If you are using **react-native-image-picker** , you need to change **quality** prop to 1.

same Issue . I have install lib using YARN and link as well but getting undefined "react-native-in-app-utils": "^6.0.0", "react-native": "0.55.0", "react": "^16.3.0-alpha.1", @chirag04

**I have found Solution** [Reference Stack overflow answer](https://stackoverflow.com/questions/50787636/react-native-in-app-utils-not-added-to-nativemodules) Install Library (react-native-in-app-utils) using **rnpm**. you need to install rnpm. 1. npm install rnpm -g 2. `rnpm` install react-native-in-app-utils rnpm will auto...