-
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
After "What directory should we deliver your JS files to" it freezes and not response #60
Comments
same issue for me |
same issue for me too |
$ react-native new-module Error: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined |
Got the same problems, tested different path and no error, just freeze...well well well... |
Does anyone have a solution for this? I'm getting the same error. My sub directories are being created but no other files are found inside them. |
same error here |
Dev setup:
react-native-create-bridge
version: ^2.0.1react-native
version: 0.58.5I am using create-bridge in a:
What you did:
just testing with new module
What happened:
It gets stuck at the last stage and freezes for ever until you kill the process, I have also run it in admin mode, all the same.
react-native new-module
? What is your bridge module called? ExampleBridge
? What type of bridge would you like to create? (Press to select, t o toggle all, to inverse selection)Native Module, Native UI Component
? What OS & languages would you like to support? (Press to select,
to toggle all, to inverse selection)Android/Java, iOS/Objective-C
? What directory should we deliver your JS files to? .
The text was updated successfully, but these errors were encountered: