timomeh / react-native-material-bottom-navigation

💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native
MIT License
709 stars 127 forks source link

rippleColor can't be overridden for Tab in react-navigation #10

Closed timomeh closed 7 years ago

timomeh commented 7 years ago
rippleColor: 'white',
tabs: {
  SomeTab: {
    rippleColor: 'black'
  }
}

This should work, but it doesn't

timomeh commented 7 years ago

Needs a follow-up ticket for new feature. This isn't currently possible. Don't know why I wrote it in the README.

timomeh commented 7 years ago

Follow-Up in #12