Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

[RN 0.56 iOS] No loader found for value #8

Description

@Stan64

After installing the latest gl-react, gl-react-native and react-native-webgl on a clean RN 0.56 and get them to work without major fault I installed this library. In the documentation it doesn't say you need to use <Surface> so was a bit of trial and error. But now I have the basic example set up and get this error.

Node#7(blur1D#2), uniform t: no loader found for value "http://i.imgur.com/zJIxPEo.jpg" "http://i.imgur.com/zJIxPEo.jpg"

I'm doing nothing fancy here.

import { Surface } from "gl-react-native";
import { Blur } from "gl-react-blur";

<Surface style={{width: imgWidth, height: imgHeight}}>
  <Blur factor={0.5} passes={4}>
    http://i.imgur.com/zJIxPEo.jpg
  </Blur>
</Surface>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions