-
-
Notifications
You must be signed in to change notification settings - Fork 338
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 property 'makeMutable' of undefined This error is located at: in Unknown (created by CategorySlider) #533
Comments
🤖 Hello @TayyabAli204! 🖐️ I'm Dosu, a bot created to assist you with your issues, answer your queries, and guide you on becoming a contributor. While the human maintainers are busy, consider me your friendly helper in the interim. Great to see you here! I'm currently looking into your issue and I'll get back to you with a full answer shortly. Hang tight! 🛠️ |
ok I am waiting for your response |
🤖 Hey there, @TayyabAli204! 👋 I see you're looking for assistance with something related to react-native-reanimated-carousel. Could you please provide me with more details about the issue you're facing or the question you have? This will help me provide you with the most accurate and helpful response. This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
i have the same issue :( |
同样的问题 你们打算啥时候解决 或提供方案 |
Same issue here @TayyabAli204 did you find a way to solve it? |
same problem |
I was getting this same error, running yarn start --reset-cache resolved the issue |
Same issue |
npx react-native start --reset-cache |
bable.config.js add plugins: [ |
Hi @TayyabAli204 First you need to install react-native-gesture-handler and react-native-reanimated. After finished installation add react-native-reanimated/plugin in babel.config.js
Then wrap metro config with wrapWithReanimatedMetroConfig, edit your metro.config.js and edit into something like this
if all step is done just run metro with reset flag Done! |
Describe the bug
A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: