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

rnpm doesn't install ios dependencies #49

Closed
lrettig opened this issue Jan 31, 2016 · 6 comments
Closed

rnpm doesn't install ios dependencies #49

lrettig opened this issue Jan 31, 2016 · 6 comments

Comments

@lrettig
Copy link

lrettig commented Jan 31, 2016

I ran:

$ npm install react-native-blur
FooProject@0.0.1 /Users/foo/FooProject
└── react-native-blur@0.7.9  extraneous
$ rnpm -V
1.4.1
$ rnpm link
rnpm info Linking react-native-image-picker android dependency
rnpm info Android module react-native-image-picker is already linked

in my project folder. It didn't install any iOS dependencies. Had to do this the old fashioned way. Am I doing something wrong?

Thanks

@grabbou
Copy link
Collaborator

grabbou commented Jan 31, 2016

Hey! Don't forget to --save your dependency into package.json so that rnpm is aware of it ;) let me know if that solves the problem!

@lrettig
Copy link
Author

lrettig commented Feb 1, 2016

That worked. Thank you!

@lrettig lrettig closed this as completed Feb 1, 2016
@faceyspacey
Copy link

doesn't work for me either, but I'm saving the dependencies.

@Kureev
Copy link
Owner

Kureev commented Apr 4, 2016

@faceyspacey try using rnpm install react-native-blur

@baurine
Copy link

baurine commented Oct 11, 2016

@Kureev I met the same problem, and rnpm install react-native-blur doesn't work.

@Kureev
Copy link
Owner

Kureev commented Oct 11, 2016

rnpm is a part of react-native now. Please, consider using react-native install instead

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

5 participants