i'm working on gl-react-native and trying to transform the view.
I'm getting an error on children. I'm quite bad at this. Wonder if someone can point out to me what is wrong?
Error: 'Node#1(DiamondCrop#5), uniform t: child is not renderable. Got:', null,
<SafeAreaView>
<Surface style={{width:480, height:300}} >
<DiamondCrop>
<Image
style={{height:150, width:150}}
source={{uri:"https://i.imgur.com/5EOyTDQ.jpg"}}/>
</DiamondCrop>
</Surface>
</SafeAreaView>
Here's the crop
export const DiamondCrop = ({ children: t }) =>
<Node shader={shaders.DiamondCrop} uniforms={{ t }} />;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…