gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to load spine animation json file in react-native

tusharprajapati8888 opened this issue · comments

I have a spine animation JSON file I want to load that in my project.

I found this blog regarding the spine animation.

Attempts to use middleware animation tools like Spine in combination with React Native were not successful. Spine had many different runtimes but nothing out of the box for RN. We would have had to import WebGL-react-native and glue it together with our own custom tooling.

I am using react native so is there any library/SDK that helps me to load JSON files. Or is this library support in react native if yes what's the step to implement in react native I am not able to find anything regarding react native.

Any help would be highly appreciated.

sorry but this doesn't feel related to this library.