Search code examples
reactjsreact-nativecanvasreact-konva

Is it possible to apply react-konva into React Native project?


I saw react-konva bounce ball sample https://codesandbox.io/s/5qvyyyjrx from google and I tried to apply it into my React Native app.

But no luck, I getting this error invariant violation view config not found for name div which is from Stage (import { Stage } from "react-konva";).

May I know any way to solve this problem and react-konva can be apply in React Native?

Please advise. Thank you.


Solution

  • It the current moment [email protected] and [email protected] are designed to use a web platform only.

    You can't use it for React Native.