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
import {withNavigation} from 'react-navigation'; class Parent extends Component{ } class Child extends Component { this.props.navigation.navigate("Screen")}> {PRESS ME} } export default withNavigation(Parent);