9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function releaseNativeObject(object: any): any;

Defined in: utils/index.d.ts:42

Releases the reference to the wrapped native object

Parameters

ParameterTypeDescription
objectanyThe Java/Objective-C object to release.

Returns

any