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

Question About Texts on Images in react-native

ychama opened this issue · comments

Hi I was wondering how would I be able to render a Text ontop of an image in react-native or expo? I see you can use JSON2D for react but it doesn't work on react-native

react-native-view-shot can be used to capture a Text as an image and then you can use this as a texture of gl-react-native / gl-react-expo.