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
const Title = ({ children }) => (
<Text style={styles.title}>
{ children }
</Text>
)
// Next line gets no-raw-text error!
const title = <Title>This is the title</Title>