Closed heritiermwalila closed 3 years ago
Sorry about this – I’m still waiting for my PR to the RNS template, which fixes this, to be merged.
To fix this, just replace all usages of NativeStackNavigationProp
with FrameNavigationProp
. It was renamed in the last version of RNS Navigation.
`ERROR in components/FirstScreen.tsx:4:10 TS2305: Module '"../../node_modules/react-nativescript-navigation/dist"' has no exported member 'NativeStackNavigationProp'. 2 | import { RouteProp } from '@react-navigation/core'; 3 | import { Dialogs } from '@nativescript/core';
ERROR in components/SecondScreen.tsx:3:10 TS2305: Module '"../../node_modules/react-nativescript-navigation/dist"' has no exported member 'NativeStackNavigationProp'. 1 | import * as React from "react"; 2 | import { RouteProp } from '@react-navigation/core';