No info from error message wher the issue is ?

Please provide the following:

  1. SDK Version:
  2. Platforms(Android/iOS/web/all):

Replace this section with as much relevant information as possible and any relevant code along with your question.!

What do you see if you click on “See 40 more components”?

This means that somewhere in your code you have some text that is not within a <Text> component.

If you can compare the latest version that works with the current version (e.g. with git diff) then you should be able to find this. It can sometimes be a little hard to find, though. If you can’t see where the problem is then you could possibly post the diff here and we might be able to point out where it is.

From the partial stack trace it seems to be within a <ScrollView>.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.