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

TypeError: null is not an object (evaluating '_ReanimatedModule.default.createNode') #6100

Open
randurd opened this issue Jun 10, 2024 · 3 comments
Labels
Missing repro This issue need minimum repro scenario Platform: Android This issue is specific to Android Platform: iOS This issue is specific to iOS

Comments

@randurd
Copy link

randurd commented Jun 10, 2024

Description

Hello, I'm having an issue with react-native-reanimated I'm using it for @gorhom/bottom-sheet but I'm getting this error when running the app on Android. However, it works fine on iOS.

Steps I tried:

  • Followed the installation instructions.
  • Cleared the cache.
  • Reinstalled libraries.

Libraries: ( these versions work fine on iOS )

  • "react-native-reanimated": "2.17.0"
  • "@gorhom/bottom-sheet": "4.6.3"
  • "react-native-gesture-handler": "1.10.3"
  • "react-native": "0.64.0"

Errors:

image

Steps to reproduce

N/A

Snack or a link to a repository

N.A

Reanimated version

2.17.0

React Native version

0.64.0

Platforms

Android, iOS

JavaScript runtime

None

Workflow

React Native

Architecture

None

Build type

None

Device

Android emulator

Device model

No response

Acknowledgements

Yes

@github-actions github-actions bot added Platform: Android This issue is specific to Android Platform: iOS This issue is specific to iOS Missing repro This issue need minimum repro scenario labels Jun 10, 2024
Copy link

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?

@szydlovsky
Copy link
Contributor

@randurd you are running some super old versions of reanimated, gesture-handler and react-native, while using a pretty fresh bottom-sheets version. I'd suggest checking npm pages of these packages and bumping them up.

@szydlovsky
Copy link
Contributor

Also, in terms of clearing cache, make sure you run git clean -xdf (it's a true full clear) and then install all the dependencies yet again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing repro This issue need minimum repro scenario Platform: Android This issue is specific to Android Platform: iOS This issue is specific to iOS
Projects
None yet
Development

No branches or pull requests

2 participants