Sulthan Mohaideen

Results 4 comments of Sulthan Mohaideen

> @mohdzaifquraishi-greenapex @curtisgibeaut @bicanezin > > Try putting this in the ext block of android/build.gradle. > > ``` > googlePlayServicesVersion = "21.0.1" > ``` Locking a particular googlePlayServicesVersion, is a...

> Possible solution: check my response to `react-native-maps` module which changed location module version and broke our app: [react-native-maps/react-native-maps#4858 (comment)](https://github.com/react-native-maps/react-native-maps/pull/4858#issuecomment-1777470683) > > BTW, documentation for the library literally says lock...

I'm also facing the same issue. Recently after upgrading into API Level 33. It works without issue while using the app in mobile network. But, If I use the app...

> The problem in my case was Metro cache. My solution was to add this line to the `metro.config.js` file: > > ``` > module.exports = { > ... >...