How to use the react-navigation-collapsible.withCollapsibleForTabChild function in react-navigation-collapsible

To help you get started, we’ve selected a few react-navigation-collapsible examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github benevbright / react-navigation-collapsible / example / src / TabChild1Screen.js View on Github external
const {animatedY, onScroll} = this.props.collapsible;

    return (
       String(index)}
        onScroll={onScroll}
        _mustAddThis={animatedY}
      />
    );
  }
}

export default withCollapsibleForTabChild(TabChild1Screen);

react-navigation-collapsible

An extension of react-navigation for the collapsible header

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis