iddan / react-native-canvas

A Canvas component for React Native
MIT License
981 stars 172 forks source link

Error: Unable to resolve module ./CanvasRenderingContext2D #317

Closed mobreviews closed 1 year ago

mobreviews commented 1 year ago

So I'm trying to port a react component over to react native using your canvas plugin but I'm getting this error. The error is also listing

None of these files exist:
  * node_modules\react-native-canvas\dist\CanvasRenderingContext2D(.native|.android.js|.native.js|.js|.android.jsx|.native.jsx|.jsx|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)

but after manually checking the file is definately there. Does anyone have any ideas?

mobreviews commented 1 year ago

Figured it out thanks