feat: Java methods returning java.lang primitive#1710
feat: Java methods returning java.lang primitive#1710farfromrefug wants to merge 1 commit intoNativeScript:mainfrom
Conversation
converted to JS corresponding type
|
We can look this for the next major release |
|
@triniwiz @NathanWalker can we consider this one now (needs to be updated though)? I am facing this again while implementing a new plugin where i have to pass |
|
@triniwiz in this PR i handle callback return result type. And i see it is tricky as it is a breaking change. |
|
@farfromrefug in the converter when building the args we can try converting primitives to the objects. |
converted to JS corresponding type. This is an issue which always bugged me on difference between Float/Integer/Double/Long and basic float/int/long... handling
This is kind of a breaking change since JS codes doing
floatValue()before wont work anymore and will crash.We have a few in N core for which i ll create a PR