microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 211 forks source link

node_modules/@types/react-native/index.d.ts(8731,18): error TS2717: Subsequent property declarations must have the same type #36

Closed AbelHuai closed 6 years ago

AbelHuai commented 6 years ago

node_modules/@types/react-native/index.d.ts(8731,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.

chrisbenincasa commented 6 years ago

There's some more discussion about this on this issue: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/24573

AbelHuai commented 6 years ago

"skipLibCheck": true or "typescript": "2.7.2"

byassine52 commented 6 years ago

Thanks a lot @AbelHuai, this fixed it for me❗️👍