Already tried https://github.com/necolas/react-native-web/issues/832
Got:
for:
I thought the issue might be the linte
This was my issue: In my tsconfig.json, I had "jsx": "preserve". Switching to "jsx": "react" fixed it!
tsconfig.json
"jsx": "preserve"
"jsx": "react"