To my knowledge, there are no easy solution at the moment. There are a couple of open issues on Google’s Issue Tracker to add a more refined API on this.
r
Robert Williams
09/20/2022, 2:17 PM
pickFirst works in most standard cases where all versions are identical or the version doesn’t matter
Robert Williams
09/20/2022, 2:17 PM
If you have incompatible versions of shared libs you may have bigger problems than gradle 💥
p
Paul Combal
09/20/2022, 2:49 PM
The VLC lib has all the necessary symbols for React Native + some necessary for internal which that React Native doesn't have. So the shared object from VLC just works, I only need to pick it..