Invariant Violation: Text strings must be rendered within a component

前端 未结 24 831
耶瑟儿~
耶瑟儿~ 2020-12-08 12:59

I\'ve upgraded from RN 0.54 to 0.57 and my app has pretty much fallen over due to using React Native Elements.

I took use of their error functionality on TextI

24条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 13:37

     
          {this.props.title ? (
             
                true 
            
            ):(             
                
                false 
                false 
            
    

    You have to wrap with View tag or React.Fragment tag and inside you need also wrap if element more then one

提交回复
热议问题