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
TextI
I had the same issue and the mistake was adding space between the children and the component such as {children}
Note: Remove any space close to {children}
{children}