NativeScript / android-dts-generator

A tool that generates TypeScript declaration files (.d.ts) from Jars
90 stars 22 forks source link

fix: replace native namespace with androidNative #55

Closed NathanWalker closed 3 years ago

NathanWalker commented 3 years ago

Avoids colliding with capacitor integration native object.

This is related to fact you cannot use generic with array from java and the reason array is overloaded in the typings for android: https://www.tothenew.com/blog/why-is-generic-array-creation-not-allowed-in-java/

/cc @NathanaelA this addresses the email sent.