margelo / react-native-worklets-core

🧵 A library to run JS functions ("Worklets") on separate Threads
https://margelo.io
MIT License
576 stars 37 forks source link

catch function parsing error #205

Open tremblerz opened 5 months ago

tremblerz commented 5 months ago

I am returning a promise from context.runAsync function and I am not able to use .then property on the returned promise. Upon doing console.log on the promise, I see - {"\"catch\"": [Function "catch"], "finally": [Function finally], "then": [Function then]}