react-native Property 'replace' does not exist on type 'NavigationProp<ParamListBase, string, Readonly
import { StackNavigationProp } from '@react-navigation/stack';
import { useNavigation } from '@react-navigation/native';
const navigation = useNavigation<StackNavigationProp<any>>();
navigation.replace('Screen name');