expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
427 stars 91 forks source link

feat(adjust): add support for sdk signature #172

Open youedd opened 1 year ago

youedd commented 1 year ago

Why

To implement Adjust SDK Signature, the Adjust team generates and provides two custom libraries that need to be integrated in the iOS and Android native projects.

This PR aims to add support for that.

How

if the sdk signature library path is specified:

iOS

Android

Test Plan

Tested locally on an existing project

image image image image