INNER CODE UNIT · JavaScript

BottomNav

Trixieapp/react-virgin · TrixieUiKit/components/bottomNav.js:8

class BottomNav extends Component {
  static propTypes = {
    navigation: PropTypes.shape({}),
    getOnPress: PropTypes.func,
    getLabel: PropTypes.func,
    renderIcon: PropTypes.func,
    jumpToIndex: PropTypes.func,
  }

  static defaultProps = {
    navigation: {},
    getOnPress: () => {},
    getLabel: () => {},
    renderIcon: () => {},
    jumpToIndex: () => {},
  }

  render = () => {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…