Access changes committed to Github on Mendix Studio pro (Teamserver)

0
Hello Experts, Background: I am creating a Mendix native app that needs integration with third-party android SDK. Since Mendix is using React native as the underlying language and my SDK contains java/C++ code I have to provide a bridge between the two for interaction. This bridge requires me to add a  ’.AAR’ file in the build.gradle file and some java code (doing this on android studio). I can edit the file only after clicking on build native mobile app which creates a GitHub repository from where I download the code, make changes and then commit it back.   Questions: How can I update these changes back to team server so that I can write custom javascript actions to access the SDK via the Bridge?    Reference: This is what i am trying to do (bridge between react native and android SDK) : https://blog.urbanpiper.com/integrate-native-android-ios-sdks-in-a-react-native-app-bridging/  
asked
0 answers