Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__reanimatedLoggerConfig #746

Open
hoantq19 opened this issue Dec 19, 2024 · 4 comments
Open

__reanimatedLoggerConfig #746

hoantq19 opened this issue Dec 19, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@hoantq19
Copy link

Please check this error code for me. Thanks
ERROR ReferenceError: Property '__reanimatedLoggerConfig' doesn't exist, js engine: hermes [Component Stack]
ERROR Warning: TypeError: Cannot read property 'makeMutable' of undefined

Versions (please complete the following information):

  • react: v18.3.1
  • react-native: v0.75.4
  • react-native-reanimated: v3.16.5
  • react-native-reanimated-carousel: v3.5.1
  • react-native-gesture-handler: v2.21.2
@hoantq19 hoantq19 added the bug Something isn't working label Dec 19, 2024
Copy link

dosubot bot commented Dec 19, 2024

Hey there, @hoantq19! I'm here to help you out with any bugs, questions, or contributions you may have. Let's tackle this issue together!

To resolve the error "ReferenceError: Property '__reanimatedLoggerConfig' doesn't exist" and the warning "TypeError: Cannot read property 'makeMutable' of undefined," you should consider the following steps:

  1. Upgrade React Native: Update React Native from version 0.75.4 to 0.76.5 to address compatibility issues.

  2. Version Compatibility: Ensure that the versions of react-native-reanimated and react-native-reanimated-carousel are compatible with your React Native version. Specifically, if you are using react-native-reanimated-carousel v3.5.1, it may not be fully compatible with your current setup. You can either:

    • Downgrade React Native to a version compatible with react-native-reanimated v3.16.5.
    • Monitor the react-native-reanimated-carousel repository for updates that support newer versions of react-native-reanimated.
    • Use an alternative carousel library that is compatible with react-native-reanimated versions 3.16.x or 3.17.x.
  3. Update react-native-reanimated-carousel: The react-native-reanimated-carousel library has released a patch to fix the shared value access warning from react-native-reanimated. Make sure to update to the latest version of react-native-reanimated-carousel to benefit from this fix [1].

By ensuring compatibility between these libraries and your React Native version, and updating to the latest patch of react-native-reanimated-carousel, you should be able to resolve the errors and warnings.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@hoantq19
Copy link
Author

file logger.ts in node-module react-native renimate there is an error
Cannot find name '__reanimatedLoggerConfig'.t .How do i modify

react-native-reanimated: v3.16.5

@fanatII1
Copy link

fanatII1 commented Jan 2, 2025

did you find a solution to this?

@waqarilyas
Copy link

Bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants