how to reproduce: clone this repo https://github.com/dalcib/expo-ts-example add class: > export function deco(target: Object, propertyKey: string | symbol) { > console.log(target);console.log(propertyKey); > } In "/src/App.tsx" add a property with above decorator 