Without Expo & Using - "react-native": "0.60.4", "react-native-paper": "^3.0.0-alpha.3",
When calling
import { DefaultTheme } from 'react-native-paper';
I see the error
Unable to resolve module `react-native-paper/../styles/DefaultTheme`
Looks like it was a cache issue fixed by
react-native start --reset-cache
Most helpful comment
Looks like it was a cache issue fixed by