Mohamad Izzuddin

Results 4 comments of Mohamad Izzuddin

> I try to run the Framer program that I freshly installed by copying the Framer.app folder from the archive to the /Applications folder. > > When I run it...

The map is functioning correctly after I made changes to the dependency in the `node_modules/react-native-maps/android/build.gradle` file as follows: ``` + classpath("com.android.tools.build:gradle:7.1.1") + implementation "com.google.android.gms:play-services-location:21.0.1" ``` But please assist me in...

N > Facing the same issue after upgrading react-native from `0.71.10` to `0.72.4`. > > EDIT: Created a patch file with the `patch-package` npm package. > > If you need...

> Hm I cant tell exactly. Maybe you could just install the package as the first step and then go on with all other steps. > > But if you...