Запитання 14
How can you integrate a third-party native SDK that doesn’t natively support React Native?
Варіанти відповідей
Wrap the SDK using Native Modules in Java (Android) and Swift/Obj-C (iOS), register and expose APIs to JavaScript, and write tests for the bridge
Rewrite the SDK completely in JavaScript
Use only web versions of the SDK
Discard the SDK and implement the feature manually