-
-
Notifications
You must be signed in to change notification settings - Fork 333
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: Cannot read properties of undefined (reading 'toString') #301
Comments
I also encountered this problem |
problem still exists on 3.1.5 when trying the default example, and tried to copy code from mentioned commit - also doesnt work "react-native-gesture-handler": "^2.8.0", |
It doesn't seem to have any relation with this library. Please check whether the config is correct. |
The problem still exists, seeing the same error using 3.1.5 using the exact code above
"react-native-gesture-handler": "^2.4.2", |
Could you provide a repository that can reproducing this problem? It seems this problem has a few people encountered. So I can fix it quickly if you provide more information to me. |
I also had this problem when using |
Solution for me. babel.config.js and "expo start -c" |
What worked for me: module.exports = { and then
|
Trying the default example from the readme:
is erroring out with:
Using:
"react-native-gesture-handler": "^2.4.2",
"react-native-reanimated": "^2.8.0"
"react-native-reanimated-carousel": "^3.1.3",
"react-native": "0.68.1"
The text was updated successfully, but these errors were encountered: