react-native-worklets-core
react-native-worklets-core copied to clipboard
Can i invoke third-party library's api in the js function worklet
HI, I am wondering if i could use some other library's api in the js function worklet? For example, i am using react-native-tcp-socket, can i start a server in a worklet? or can i make a connection to the server in a worklet?
What's the limit of js function worklet? Could anyone give me examples? really appreciate it