You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tapping on a specific request in the list view I am unable to view the details. I receive the following error message:
Error: Text strings must be rendered within a <Text> component.
This is in a fairly new app using RN 0.62.2
Looking at the code in Header.tsx it seems it's rendering children into a <Text> element. Not exactly sure what's in children but that seems to be where the error occurs.
Screenshots
Platform:
iOS
Android
The text was updated successfully, but these errors were encountered:
Hi @ryanvanderpol, thanks for reporting the issue. I think it was caused by a failing request returning an empty string causing an empty string to be rendered outside a Text component.
It should now be fixed in version 1.3.1. If there is still an issue the feel free to reopen or create another.
When tapping on a specific request in the list view I am unable to view the details. I receive the following error message:
This is in a fairly new app using RN
0.62.2
Looking at the code in
Header.tsx
it seems it's renderingchildren
into a<Text>
element. Not exactly sure what's inchildren
but that seems to be where the error occurs.Screenshots
Platform:
The text was updated successfully, but these errors were encountered: