-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I use Surface (from gl-react-expo) and ImageFilters (from "react-native-gl-image-filters) for my project and on iOs it is working.
However, on Android photos with filters are shown properly when visible on the screen for the first time, but then when I scrolldown so given photo is out of screen and come back to it, it doesn't display and only white area is shown.
Why is that? What is the possible fix for that?
Code extract below:
`import { Surface } from "gl-react-expo";
import ImageFilters from "react-native-gl-image-filters";
...
<Surface
style={{
width: photoWidth,
height: photoHeight,
borderRadius: 5,
}}
>
<ImageFilters
{...FILTERS.find((f) => f.id === tempFilter).filter}
width={filterWidth}
height={filterHeight}
>
{{
uri: props.image_cropped,
}}
</ImageFilters>
</Surface>
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels