miklosme / gl-react-color-blending

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

No Expo #7

Open raideltorres opened 6 years ago

raideltorres commented 6 years ago

I have been trying to use this without expo and using gl-react-native instead, but sometimes it works, sometimes it only shows black and sometimes is only white . . . any ideas how to use this with gl-react-native ?

miklosme commented 6 years ago

This is a very lightweight package, basically just a collection of shaders on top of a thin api layer. Make sure the component exported in src/index.js is correct for gl-react-native use. gl-react project changed a lot, so it's possible there is a mismatch between the expo and native version.