You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use react-native-reanimated v2. During android build, I get this warning
WARNING reanimated - no version-specific reanimated AAR for react-native version 72 found. Falling back to AAR for react-native version 71. The react-native JSI interface is not ABI-safe yet, this may result in crashes. Please post a pull request to implement support for react-native version 72 to the reanimated repo. Thanks!.
When I try to run the app, the get the following error
` ERROR Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN8facebook5react19ReadableNativeArrayC1EN5folly7dynamicE" referenced by "/data/app/~~pJKVSOSw9TXUlUfK49FGTA==/com.onecode.gorhomv42-dXfMUFZfXOXDMwjZ0vJo_w==/lib/arm64/libreanimated.so"..., js engine: hermes
ERROR Invariant Violation: "main" has not been registered. This can happen if:
Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
A module failed to load due to an error and AppRegistry.registerComponent wasn't called., js engine: hermes`
As the warning states, unfortunately react-native-reanimated@v2 does not support react-native@v72. You either have to update to reanimated@v3, or seek help into getting reanimated@v2 to support in react-native@v72 in the reanimated repo.
Will react-native-reanimated@v3 work well with @gorhom/bottom-sheet@v4? I am facing some issues while issues keyboard handling when I use gorhom/bottom-sheet@v4 with reanimated@v3
Bug
I need to use react-native-reanimated v2. During android build, I get this warning
WARNING reanimated - no version-specific reanimated AAR for react-native version 72 found. Falling back to AAR for react-native version 71. The react-native JSI interface is not ABI-safe yet, this may result in crashes. Please post a pull request to implement support for react-native version 72 to the reanimated repo. Thanks!.
When I try to run the app, the get the following error
` ERROR Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN8facebook5react19ReadableNativeArrayC1EN5folly7dynamicE" referenced by "/data/app/~~pJKVSOSw9TXUlUfK49FGTA==/com.onecode.gorhomv42-dXfMUFZfXOXDMwjZ0vJo_w==/lib/arm64/libreanimated.so"..., js engine: hermes
ERROR Invariant Violation: "main" has not been registered. This can happen if:
Environment info
Steps To Reproduce
Reproducible sample code
https://github.com/PrajTS/reanimated-2-issue
The text was updated successfully, but these errors were encountered: