software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.09k stars 1.32k forks source link

Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libreanimated.so" not found, js engine: hermes [Component Stack] #6683

Closed hhimanshii108 closed 1 day ago

hhimanshii108 commented 1 week ago

Description

Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libreanimated.so" not found, js engine: hermes [Component Stack] ERROR Warning: TypeError: Cannot read property 'isConfigured' of undefined

This error is located at: in DrawerViewBase (created by DrawerView)

Steps to reproduce

works fine in my avd but when not on my android phone. here are my dependencies

"dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-brands-svg-icons": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/react-native-fontawesome": "^0.3.2", "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-cookies/cookies": "^6.2.1", "@react-native-google-signin/google-signin": "^13.1.0", "@react-navigation/drawer": "^6.7.2", "@react-navigation/native": "^6.1.18", "@react-navigation/native-stack": "^6.11.0", "@reduxjs/toolkit": "^2.3.0", "axios": "^1.7.7", "hugeicons-react-native": "^0.0.2", "nativewind": "^2.0.11", "react": "18.3.1", "react-native": "0.75.4", "react-native-gesture-handler": "^2.20.0", "react-native-reanimated": "^3.15.5", "react-native-responsive-dimensions": "^3.1.1", "react-native-safe-area-context": "^4.11.0", "react-native-screens": "^3.27.0", "react-native-size-matters": "^0.4.2", "react-native-svg": "^15.8.0", "react-native-toast-message": "^2.2.1", "react-native-vector-icons": "^10.2.0", "react-native-video": "^6.7.0", "react-redux": "^9.1.2" },

Snack or a link to a repository

0.75.4

Reanimated version

3.15.5

React Native version

0.75.4

Platforms

Android

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

github-actions[bot] commented 1 week ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?