How to use 3rd party Kotlin SDK in React Native project

Viewed 14

Is there an easy way how to integrate Kotlin/Java 3rd party SDK (IOS version as well) into React Native project? Or do I need to create something like middle project, where I extends all classes I need with ReactContextBaseJavaModule and annotate all methods with @ReactMethod ?

Please dont point me to the Native Modules Intro . I know how to do it with classes created from scratch by me, I am curious about how to integrate the 3rd party Kotlin/JAVA SDK into React Native with tons of classes and methods.

Many thanks

0 Answers
Related