Closed CoderHar closed 6 years ago
@CoderHar, What is your environment? react-native
? If so it will not work. react-konva
supports only browser environment.
@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
@CoderHar currently I have no experience with react-native.
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
and one more thing When i change render( , document.getElementById('root')) to a simple export statement export default App
it shows the following error