react-native-jsi-template
react-native-jsi-template copied to clipboard
Template library and blog that explain how JSI modules are built from scratch in React Native
sometimes state does not update inside the callback any idea why it happens ? ```js multiplyWithCallback(5,5,(z) =>{ console.log(z) // callback works setAvg(z); // state }) ``` Thanks in advance.
Can you please help me with this one after trying a days i finally came into this issue and cant go further Exception in HostObject::get(propName:DemoJsiModule): java.lang.RuntimeException: Got unknown argument class:...
For my use case I would like the JSI function call to be asynchronous. I would still like to use the JSI for returning data since there will be a...
I created an jsi example from scratch followed your blog . But it failed at compile stage (android ) , I cannot figure out what's the missing step cause I...
Hi Ammar! Thanks for the great work you have done here! While following your directions on your blog, I had an issue where the library pod was not automatically discovered...
I'm using RN 0.63.4 (last version) I followed the getting started here https://blog.notesnook.com/getting-started-react-native-jsi/ and pretty new to the iOS world. There's no build issue (from xcode 12.5 and from the...
Hi! Can I run swift function from jsi? I know this sounds like a nonsense but if we would like do that, which way is it possible?
@ammarahm-ed If I have more than one library, which are created using this guide, then we have different JSIModulePackage for each library. Example **FirstLibJsiModulePackage**, **SecondLibJsiModulePackage**, **ThirdLibJsiModulePackage** etc. So my question...