miklosme / gl-react-color-blending

:art: Color blending for gl-react (Photoshop blend modes)
49 stars 5 forks source link

Does not work #4

Closed developer239 closed 6 years ago

developer239 commented 7 years ago

Seeing last commit like 1 mont ago I am actually quite surprised.

From fresh clone npm install does not work. yarn install does not work. npm update && npm install doest not work. yarn upgrade a && yarn install does not work. Upgrading react or react-native or other dependencies does not work. yarn upgrade-interactive does not work.

One of the issues I had is described here: https://github.com/facebook/react-native/issues/7308

Another issue that is happening when I for some reason build the files is red screen: screen shot 2017-08-08 at 9 57 39 am

Or there is problem with: screen shot 2017-08-08 at 9 58 22 am

miklosme commented 7 years ago

Fine, you are right.

miklosme commented 6 years ago

Updated the package to use the newest React and gl-react api. It should work now, please confirm.

developer239 commented 6 years ago

Thanks a lot for that I am overwhelmed with work on another project so I will get back to it in about a week or two. I really appreciate your help though. React-native community is small and every working library makes a huge difference. :)

miklosme commented 6 years ago

It's working now. Both RN and gl-react changes a lot (maybe RN is not anymore, dunno, I'm not working with it), so it's possible for this project to break. Feel free to open a new issue when that happens.