Stylesheet behaves differently with Android and IOS

Please provide the following:

  1. SDK Version: expo@42.0.3
  2. Platforms(Android/iOS/web/all): Android / IOS

Hello,

I have set my stylesheet for my logo to look like the following:

yoovizContainer: {
    height: windowHeight * 0.15,
    width: windowWidth * 0.25,
    borderRadius: 80,
    backgroundColor: NAVBAR_COLOR,
    alignItems: 'center',
    justifyContent: 'center'
  },
  yooviz: {
    marginBottom: windowWidth < 350 ? 15 : 30
  }

Capture d’écran 2021-09-09 à 16.57.36

Since I have migrated from expo to EAS, the logo turns out to be fine on IOS but on Android it is cut in half, matching the height of the Navbar. I’ve tried zIndex with relative position but the issue doesn’t seem to come from the code itself, since it works fine on IOS.

Any ideas on what is going on ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.