I am working on a React Native CLI project for an Android app and I need to integrate a Java SDK to access certain functions. The problem is that the SDK frequently updates, so I don't want to modify the original Java code directly (and can't use NativeModules). Is there a neat solution for this issue? Could I possibly create a separate folder with Java files that act as wrappers for the original SDK Java files?