-
Notifications
You must be signed in to change notification settings - Fork 63
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
react-native new-module #68
Comments
Same here |
same here |
1 similar comment
same here |
Same here |
Any solution here? |
same here |
same |
any answer about this issue? |
make react-native project by react-native init projectname. then you can run this command at the root of new project |
Same here |
Same here Follow up: |
Has anyone managed to get around this? I've tried all of the suggestions I've found whilst googling but all I get is: $ react-native new-module |
@fryercorp Did you install |
I ran npm install --save react-native-create-bridge I can see the package in the node-modules directoy associated with my project. I'm not sure if I'm missing any other dependencies. |
same here. Any solution? |
same issue |
same here |
It is a missing file in ./node_modules/.bin directory.
instead
|
last commit is about 3 years ago, i guess this project is as good as abandoned. |
I ran into this as well. Here's how I fixed it
|
^^ @markrickert That worked for me, was able to run the command |
@markrickert It worked. Thanks! |
Had to patch it like so: peggyrayzis/react-native-create-bridge#68 (comment) No files got created?
Opposite for me. I needed to change
to
then run:
|
Dev setup:
react-native-create-bridge
version:react-native
version:I am using create-bridge in a:
What you did:
after installing this with yarn, I tried to execute the command: react-native new-module, but the command is nonexistent.
What happened:
The text was updated successfully, but these errors were encountered: