Andrea Cardinale

Results 15 comments of Andrea Cardinale

Just ended up here as I'm facing the same issues. Drawer and Tabs being different positioning than Stack. Similar to what suggest by MuckT for now I solved by wrapping...

Thanks @Porter-smith your solution helped me a lot with a different component that had a similar nested structure. I was able to avoid specifying the individual attributes and also make...

The header button show in the exact position as in the other screens after applying the margins and I haven't noticed any problem tapping it (I've only tested that on...

Hello, I've just followed the steps mentioned here but I'm not sure how to fully disable the expo splash screen so that it doesn't get invoked at all. At the...

> @Mirthis Are you running the latest beta? Should be `6.0.0-beta.9`. As you disable a module here, don't forget to run a prebuild with `--clean`. @zoontek thanks for the quick...

@zoontek: From an initial test it looks like it works fine with expo 51. Unfortunately the rest of my app doesn't work anymore as the upgrade broke something else :(...

> @Mirthis I will have to set a requirement for Expo 51 anyway, as the `customizeRootView` fix will land in a RN 0.74 minor update (and so, an Expo 51...

Having a possible related problem here. If I send a push notification when my app is in foreground the channel is respected and the corresponding settings are used. If the...

I've just followed the steps mentioned for using [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash/pull/578) but I'm not sure how to fully disable the expo splash screen so that it doesn't get invoked at all. At...

> we are working on this for sdk 52. @Mirthis - you'll have to use sdk 51 to follow those instructions for react-native-bootsplash. Thanks for your answer. I did in...