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

[Compatibility] React Native 0.8.0-rc Error #27

Closed
MossP opened this issue Jul 13, 2015 · 3 comments
Closed

[Compatibility] React Native 0.8.0-rc Error #27

MossP opened this issue Jul 13, 2015 · 3 comments

Comments

@MossP
Copy link

MossP commented Jul 13, 2015

Great plugin, thank you. Just a heads up - It no longer works in React Native 0.8.0-rc. The error is

dist/index.js

Requiring unknown module "react-timer-mixin".
@irfaan
Copy link

irfaan commented Jul 15, 2015

Also fails with same error on 0.7.1

@MossP
Copy link
Author

MossP commented Jul 15, 2015

I've now managed to get it working. I'm not sure which single element made it work but I did the following

  • ensured that there were no copies of react-native in any of the installed modules' "node_modules" folders.
  • I reinstalled all my modules
  • created a new project $ react-native init NewProjectName and copied ALL of my code / settings across
  • Updated a plugin RCTRefreshControl https://github.com/Shuangzuan/RCTRefreshControl as it was causing the error logs to flag every other module but changing this removed many of those errors.

@ivanbrens
Copy link

So, I was having this issue and after I restarted xcode and the sim, it started working

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

No branches or pull requests

3 participants