Gabrielle Davidson

Results 16 comments of Gabrielle Davidson

> @Hari-krish-v I added this as a workaround to my AndroidManifest.xml > > ``` > android:name="com.stripe.android.payments.StripeBrowserLauncherActivity" android:exported="true" > tools:node="merge"/> > ``` I was trying to find a solution for a...

@BrodaNoel What version of react-native-maps are you using? I was having that issue with 0.31.0 and saw there was a fix in one of the 1.0.0 betas, so that's why...

@Simon-TechForm Lol! Thank you so much for your response! Ok, noted about the GitHub Discussions, thank you, I'm still somewhat new at this stuff and haven't used that yet. Yes,...

@Simon-TechForm I was given permission to share the parts of the code related to react-native-maps. I created a private repo with just those parts and shared it with you. I...

@SammonBabu Is it working on any screens, or none? And are you trying to use 1.0.0? There is no solution yet. I just reverted back to 0.28.0 in the meantime.

@Simon-TechForm Update: I tried again today with the same version(1.0.0) and 2/3 of the screens worked, up from 1/3. I then upgraded to 1.3.0 with same results.

@Willham12 Hey, thank you for your input. I will try that. @pinpong Thank you as well, what do you mean by "Log if u are using the new renderer"?

> The map rendering because you have the google logo. try > > ```js > style={StyleSheet.absoluteFill} > ``` @Willham12 I tried this on `MapView` in place of my styles but...

Commenting to keep this open. I will try again this week and see what the status of things is.

This happens to me semi-regularly too. Not sure why it happens but I can get by it by cleaning the project (Build –> Clean Project), re-syncing the files (File –>...