Building an app using react-navigation. I have a parent component that pulls from firebase and renders data in a listview. The listview render component \'ListName\' has an onRo
Pass all props like
Form
{...this.props}
here is my child components
other wise.
import { withNavigation } from 'react-navigation';
Then in the end
export default withNavigation();