(React Native) Undefined is not an object (evaluating 'navigation.navigate')
From App.js, I declare the "FollowingScreen", which is made of a module that exports "Following" export const FollowingScreen = ({route, navigation}) => { return ( <ScrollView style={styles.scrollView}> <View style={{ flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: "#262423" }}> <Following />…