react-navigation-underscore
A HOC to map all of your _ methods so they aren't so ugly to use with React Navigation.
Install
$ npm install --save react-navigation-underscore
Usage
Will take any _ method that is on the component and make it available within the navigation parameters.
This will not include any methods that start with '_react'
import withUnderscore from "react-navigation-underscore"; Component this; static headerRight: <Button = /> ; WrapMe
Parameters
component
Component React Navigation aware component
Returns Component
License
MIT © James Armstead