React Navigation and StackNavigator to navigate Error

Emmanuel Oreoluwa
1 min readJul 23, 2019

--

I am trying to use React Navigation and StackNavigator to navigate around my app. I have a picture with onPress={() => navigate(‘Swipe Screen’), and I was hoping that would take me to the Swipe Screen, it was clicking but not navigating What do I need to add in order to get this working?
I already added navigation={this.props.navigation} to the parent Component
below https://gist.github.com/AORECLAUSE/1aa6927877fcbd3901b19e35a15bb6df/revisions

--

--