`gl-react-native` not only allow to add effects on top of images but also on top of any content. This example shows the Hue rotation effect on top of texts and image.
`gl-react-native` not only allows to add effects on top of images but also on top of **any** content. This example shows the Hue rotation effect on top of **texts and image**.
```html
```html
<HueRotate
<HueRotate
...
@@ -60,4 +60,4 @@ class HueRotate extends React.Component {
...
@@ -60,4 +60,4 @@ class HueRotate extends React.Component {
The `GL.Target` describes which texture uniform is used for the rasterization of its children content.
The `GL.Target` describes which texture uniform is used for the rasterization of its children content.
Note how powerful it is to compose React Components that way.
> Note how powerful it is to **compose** React Components that way.