NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSArray loop, map, forEach, sort ...

farfromrefug opened this issue · comments

It would be awesome to be able to use JS magic on NSArray.
That way a native module could return a NSArray as if it was a jSArray (preventing slow conversion from NSarray to jsArray).