-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
undefined is not an object (evaluating NativeModules.SegmentedControlManager.ComponentHeight #1272
Comments
Somehow i've hit the same issue. But by restarting the packager.. after doing some updates. |
More info: it happened after setting "latest" as the version for react-native. When i set it to 0.4.1 everything is fine again. |
I got this issue as well. It happened after I pulled the latest from master to my fork and then tried using that local version of react-native in a react-native project. |
Downgrading to |
Does this happen for all of you if you clone the repo and run the |
Tested this on master in UIExplorer and it works fine. Make sure you have all of these files included in your
|
Tried upgrading to |
I accidentally ran
npm install react-native
inside of the React app folder. Since then, I've been getting the above error and can't figure out how to solve the issue.Any ideas?
The text was updated successfully, but these errors were encountered: