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
There is an operator !! which converts a string type to boolean and makes it false when variable is an empty string:
{!!error && Error message: {error} }