Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.0k views
in Technique[技术] by (71.8m points)

react native - child is not renderable. Got:', null,

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 }} />;

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...