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

Invariant Violation: View config getter callback for component RNCSlider must be a function (received undefined) #604

Open
lokeshphilips opened this issue Jun 5, 2024 · 3 comments

Comments

@lokeshphilips
Copy link

lokeshphilips commented Jun 5, 2024

Invariant Violation: View config getter callback for component `RNCSlider` must be a function (received `undefined`)

I am facing below issue while trying to integrating into React Native application

Invariant Violation: View config getter callback for component RNCSlidermust be a function (receivedundefined).

Originally posted by @lokeshphilips in #330 (comment)

@Joe-Altrai
Copy link

How to solve this? im also facing the same issue in new expo project

@za-rakib
Copy link

za-rakib commented Sep 4, 2024

rm -rf node_modules # Delete node_modules
npm install # Reinstall dependencies
npm start --reset-cache # Clear Metro cache and start the server
cd ios && pod install # Reinstall CocoaPods dependencies

@Joe-Altrai
Copy link

Thanks, but i figured that already. It was my mistake that idk that when installing a native module in expo needs a development build, so after building a development build has resolved that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To be analyzed
Development

No branches or pull requests

3 participants