Skip to content

How to remove this lib from my project? #853

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

Closed
yoyeung opened this issue Mar 6, 2018 · 2 comments
Closed

How to remove this lib from my project? #853

yoyeung opened this issue Mar 6, 2018 · 2 comments

Comments

@yoyeung
Copy link

yoyeung commented Mar 6, 2018

When i try to remove the npm package from package.json and node_modules
After that i rebuild the app and run in the simulator. They still ask for this package.
screen shot 2018-03-06 at 4 15 21 pm

I try to use this command but still not working

watchman watch-del-all && rm -fr $TMPDIR/react-* && rm -rf ios/build/ModuleCache/* && rm -rf ios/build

Environment (include versions). Did this work in previous versions?

  • OS: macOS Higher Sierra 10.13
  • Device: IOS 11 Simulator
  • React Native for Web (version): 0.5.1
  • React (version): 16.2
@MoOx
Copy link
Contributor

MoOx commented Mar 6, 2018

Why did react-native-web replace react-native in your native implementation? How did you linked it? If babel plugin, then probably clean babel cache.

@necolas
Copy link
Owner

necolas commented Mar 6, 2018

yeah likely a compiler cache issue

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