Module '"react-native"' has no exported member 'View' code example
Example: Module '"../../../node_modules/react-native"' has no exported member 'View'
try to run
npm install @types/react @types/react-native
or
yarn add @types/react @types/react-native