Hey folks I am facing a critical issue on project while running the app on Android. I have visited the related question but not found any solution. Error is following.
complete error: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libreanimated.so" not found
react-native version: 0.67.3
react-native-reanimated: 2.10.0
classpath("com.android.tools.build:gradle:7.0.0")
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
This error is showing when I install the react-native-reanimated package if I remove this package then this error is removed but I need this package because my drawer navigation depend on this pacakge
If anyone face this issue and resolved it completely Please guide me the right direction.