React-native-paper: Unable to resolve module `react-native-paper/../styles/DefaultTheme`

Created on 31 Aug 2019  路  1Comment  路  Source: callstack/react-native-paper

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`

Most helpful comment

Looks like it was a cache issue fixed by

react-native start --reset-cache

>All comments

Looks like it was a cache issue fixed by

react-native start --reset-cache
Was this page helpful?
0 / 5 - 0 ratings

Related issues

knobandre picture knobandre  路  4Comments

ZhengYuTay picture ZhengYuTay  路  3Comments

makhataibar picture makhataibar  路  4Comments

talaikis picture talaikis  路  3Comments

satya164 picture satya164  路  4Comments