This message was deleted.
# android
s
This message was deleted.
n
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
pickFirst works in most standard cases where all versions are identical or the version doesn’t matter
If you have incompatible versions of shared libs you may have bigger problems than gradle 💥
p
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..