React native: Cannot add a child that doesn't have a YogaNode or parent node

后端 未结 14 2407
忘掉有多难
忘掉有多难 2021-02-01 02:22

Just started learning react-native,

I have created one separate file flexdemo.js and created component as below:

import React, { Component } from \'react         


        
14条回答
  •  我在风中等你
    2021-02-01 02:53

    Delete the comment in the return block "// " I encountered the same problem when I accidentally add a ';' in the return block, the iOS is work well, but the Android has this bug information

提交回复
热议问题