If you want to use the lite version then use the below configuration.
Register Acquire SDK in the onCreate() method of an Activity/Application where you plan to use the SDK. Use the initialization details provided by the Acquire Support admin and an Application instance:
Initialize Acquire SDK with accountID by using this method.
This method will connect to the Acquire server in the background.
Permissions
We include the INTERNET permission by default as we need it to make network requests:
Needed below permissions to make audio/video calls.
Needed below permissions for attachments to share from the app.
All the above permissions need to be mentioned in your AndroidManifest file.
You can download our demo react native source code.
To know more about initialization options click here.