I had to copy several files just to get access to BottomTabView's container styles. I created a new prop "containerStyles" and pass it here:
<SafeAreaProviderCompat>
<View style={[styles.container, containerStyle]}>
<ScreenContainer style={styles.pages}>
Please add this also for the other navigations.