konvajs / konva

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://konvajs.org/
Other
11.71k stars 933 forks source link

document is not defined #319

Closed CoderHar closed 6 years ago

CoderHar commented 6 years ago

hello there im encountering an issue while i use react-konva with my application.

i have used the following code after npm installation of react-konva but while i run the app it shows document is not defined image

screenshot_1515668768

and one more thing When i change render(, document.getElementById('root')) to a simple export statement export default App it shows the following error screenshot_1515669592

lavrton commented 6 years ago

@CoderHar, What is your environment? react-native? If so it will not work. react-konva supports only browser environment.

CoderHar commented 6 years ago

@lavrton yeah it's React-Native and thanks for letting me know this, would you mind suggesting any good animation package or framework for react-native

lavrton commented 6 years ago

@CoderHar currently I have no experience with react-native.