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

image disappeared after refocus the screen

hamzadahmani opened this issue · comments

bug report

library version

"react-native": "0.63.4",
"gl-react-native": "^4.0.1",

Expected behavior

always image showing

Actual behavior

work only in first time focus screen then
image disappeared after navigate and refocus the screen

<Surface style={{ width, height, borderRadius }}>
<ImageTex filter={ filter}>
<GLImage source={{ uri: source }} resizeMode="cover" />