expo typescript template generated with error

Viewed 60

I just started my first react native with expo and typescript project, I have upgraded my expo and nodejs to the latest version and then run this command

npx create-expo-app -t expo-template-blank-typescript

to generate a new project. however, I have no idea why there are some errors....

like (Type 'boolean' is not assignable to type 'View'.)

and Operator '>' cannot be applied to types '{ styles: any; "": any; }' and 'Text'.

can someone help me?

enter image description here

enter image description here

0 Answers
Related