I might be missing something here and it might be an obvious reason, but so far it seems to be randomly loosing this file for Android at this location
".../node_modules/react-native-sodium/android/../libsodium/libsodium-android-i686/lib/libsodium.so".
The file is required inside react-native-sodium\android\CMakeLists.txt at the following copy operation
file(COPY ${PROJECT_SOURCE_DIR}/../libsodium/libsodium-android-${ARCH_DIR}/lib/libsodium.so DESTINATION "${PROJECT_SOURCE_DIR}/lib/${ANDROID_ABI}")
Please guide.
I might be missing something here and it might be an obvious reason, but so far it seems to be randomly loosing this file for Android at this location
The file is required inside react-native-sodium\android\CMakeLists.txt at the following copy operation
Please guide.