Old version of libgnustl_shared.so inside react-native on Android #20672
Labels
Platform: Android
Android applications.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I'm using a proprietary native library, which compiled with newer version of libgnustl_shared.so than RN. This results to application crash:
I tried:
libgnustl_shared.so
library with conflict resolution using packagingOptionspickFirst 'lib/*/libgnustl_shared.so'
- but react library wins.How can I put into my apk libgnustl_shared.so library not from React Native?
The text was updated successfully, but these errors were encountered: