Relative Content

Tag Archive for react-nativereact-typescript

React Native reference to native object in TypeScript

Is it possible in a React Native (bridgeless) Turbo Native Module for a TypeScript function to return a reference to a native object? I don’t want to use the reference directly, only to pass it as a parameter to another native function.