ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.56k stars 109 forks source link

fix detox 0.72 error duplicated libfbjni.so for Android builds #340

Closed claired4l closed 8 months ago

claired4l commented 9 months ago

Description

Android builds were failing for detox 0.72 because of duplicated libfbjni.so.

Very similar to PR https://github.com/ammarahm-ed/react-native-mmkv-storage/pull/336

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rnmmkv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2023 0:27am
ShivamJoker commented 9 months ago

@ammarahm-ed can you please merge this? I am facing the same issue.

ammarahm-ed commented 8 months ago

Thanks for the fix!