Behind bottomNavigator appear a light grey backgroundColor. I can't style it to "transparent" and because of this I can't see the map which is behind everything. Just upgraded recently to React Navigation 5. In RN 4x I was able to achieve this by passing transparentCard: true, and backgroundColor: "transparent" in screenOptions, but RN 5x seems to not respond to this props.
↧