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.