PanayotCankov/nativescript-tsx

status

Opened this issue · 0 comments

What's the status on that plugin? Cause i can't get it to work.
If i do tsc, i get compile errors

TS2607: JSX element class does not support attributes because it does not have a 'props' property.
 TS2339: Property 'items' does not exist on type '{}'.

for all props.

If i do it with webpack i get

TypeError: Cannot read property 'onNavigatingTo' of null
System.err: File: "file:///data/data/fr.akylas.maisonnaturelle/files/app/vendor.js, line: 13599, column: 35

at runtime

Also is there's a catch performance wise? what's difference with the html version?

Thanks