shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Fix typings for component props and TSX/JSX #12

Closed shirakaba closed 5 years ago

shirakaba commented 5 years ago

Currently we have a weird situation where the compiler will tell you when your props are simply wrong, but not hint at which props to fill in in the first place.

Have filed a Stack Overflow issue to no avail regarding the specifics of my problem in implementing a solution, but I may have to consult some TypeScript experts to proceed.

Hoping not to have to instruct people to manually add a <reference> tag into their projects.

shirakaba commented 5 years ago

Using TSX now. Doesn't seem so bad. May re-open in future if I'm misjudging.