When writing a component, I suddenly got a very strange error in my IOS simulator: \"cannot adjust current top of stack beyond available views\"
Here is my code:
Expanding on the observation you made, this error can occur more generally whenever you reference or misspell a name. It is not limited to only Component names.
for example, if you create a styles
object to hold your styles, but accidentally refer to it as style
, then you will also see this error thrown.