Code QuizBeginner
Nesting Text Components
Spot why a bare string next to a nested Text triggers a runtime error in React Native.
This component crashes with 'Text strings must be rendered within a <Text> component'. What is the bug?
Spot why a bare string next to a nested Text triggers a runtime error in React Native.
This component crashes with 'Text strings must be rendered within a <Text> component'. What is the bug?