React Native App with AAR Support

Job ID: 38751917

Budget: $10 – $30 USD

I need a sample React Native application that integrates with a native Android AAR library. The primary function of this app is to demonstrate the integration with an Android native module via a third-party SDK.

The aar library needs initialization in a custom Application class as such

Integrator.INSTANCE.initIntegration(this);

In aar library, there are some functions. I can run in a native Android app using this code:

private void initiateFunc1() {
String param1= "test";
String param2 = "test1";

Integrator.INSTANCE.Func1(this, param1, param2 , new OperationCallback() {

@Override
public void sendResponse(String param1, String param2, ResponseModel responseModel) {
Toast.makeText(getApplicationContext(),responseModel.toString(),Toast.LENGTH_LONG);
responseTextView.setText("Operation successful: " + responseModel);
}

});

The same functionality needs to be executed using a React Native app.

No IOS version needed. Only Android

Key Requirements:
- The sample app should demonstrate the use of a third-party SDK, specifically through AAR integration.
- The app should be built using React Native, and be compatible with native Android modules.

Ideal Skills:
- Proficiency in React Native
- Experience with native Android development
- Understanding of third-party SDK integration
Related categories: Mobile App Development Android React Native