(no title)
zodester | 3 years ago
JSI indeed makes things more efficient, but you still have to maintain code to translate between native and JS.
zodester | 3 years ago
JSI indeed makes things more efficient, but you still have to maintain code to translate between native and JS.
hunterb123|3 years ago
Unless you're doing something uncommon, there's most likely a 3rd party lib for that functionality.
But yes, if you want to use a native platform feature that the standard lib doesn't expose of course you need native code either by you or someone else, that's the flexibility of React Native.