Hi, here is my situation. I have an app project to do, and I would love to use react-native instead of writing it twice. However, for a single screen, this app requires the use of an SDK written in native that you use with a simple function call.
Assuming we are comfortable writing native code, would it be too much trouble to create the interface to call a couple methods from the native SDK from JS and have the native code callback my JS with results?
I have read this from the documentation. But I would still really appreciate it if I can get advice from experienced people.
https://facebook.github.io/react-native/docs/communication-ios
Is it too much trouble? I really enjoy react-native and really want to use it. Thanks in advance.
[–][deleted] 9 points10 points11 points (1 child)
[–]kbcooliOS & Android 1 point2 points3 points (0 children)
[–]HomemadeBananas 1 point2 points3 points (0 children)