function ProfileScreen({ navigation: { goBack } }) { return ( <View> <Button onPress={() => goBack()} title="Go back from ProfileScreen" /> </View> ); }
No comments:
Post a Comment