react-native-reanimated: New React Native 0.69 error [herems] libfolly_json.so

Description

Error: Requiring module "node_modules\react-native-reanimated\src\Animated.js", which threw an exception: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libfolly_json.so" not found: needed by /data/app/~~3YkaVsfnMbKFx8hg9jT8qg==/com.xxx.xxx-2B8VMvouFJr9RuLqH1NzvA==/base.apk!/lib/arm64-v8a/libreanimated.so in namespace classloader-namespace, js engine: hermes

Package versions

“react-native-reanimated”: “^2.8.0”,

name version
react-native 0.69
react-native-reanimated 2.8.0
NodeJS 16.15.1
Xcode
Java JDK-11
Gradle 7.3.3
expo

Affected platforms

  • Android
  • Web
  • iOS

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 4
  • Comments: 19 (1 by maintainers)

Most upvoted comments

what amazing error even there is no solution

I released today version 2.9.0 with the support of react-native@0.69, previously only Reanimated 3 worked with rn69 https://github.com/software-mansion/react-native-reanimated/releases/tag/2.9.0

After RN updation to 0.69.1 getting the following error in react-native-reanimated

TypeError: _ReanimatedModule.default.configureProps is not a function. (In ‘_ReanimatedModule.default.configureProps(Object.keys(NATIVE_THREAD_PROPS_WHITELIST), Object.keys(UI_THREAD_PROPS_WHITELIST))’, ‘_ReanimatedModule.default.configureProps’ is undefined)

I am using the following version of node-modules

“react-native-reanimated”: “^2.9.0”,

“react-native”: “0.69.1”,

“react”: “18.0.0”,

If anybody gets this issue please let me know the solution.

Thanks

Try version 2.9.1