github wix/react-native-navigation 8.2.0

latest releases: 8.3.1, 7.51.0-rc.3, 7.51.2...
one month ago

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:

image

(source):

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

Don't miss a new react-native-navigation release

NewReleases is sending notifications on new releases.