Android
Introducing options for super-rich bottom-tabs styling! - #8071 by d4vidi (this is the same as v7.49.0)
- Enables the
translucent
option for a blurred background (previously iOS-only) - Margin and content-wrap layout for a float-feel effect
Read more about it here: https://wix.github.io/react-native-navigation/docs/bottomTabs/#styling-the-tabs
Example:

(source):
bottomTabs: {
drawBehind: true,
translucent: true,
blurRadius: 2.2,
layoutStyle: 'compact',
bottomMargin: 20,
cornerRadius: 20,
elevation: 3,
backgroundColor: 'rgba(255,239,114,0.7)',
},