-
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
TypeError when running new-module #57
Comments
Hi, I did the same steps and also run into this TypeError, can anyone help? |
Same here... |
Have you tried a path other than ‘.’? |
@morenoh149 Yes, I've tried other paths, still the same error. |
I just ran this $ react-native new-module
? What is your bridge module called? ExampleBridge
? What type of bridge would you like to create? (Press <space> to select, <a> to toggle all, <i> to inverse selection)Native Module, Native UI Component
? What OS & languages would you like to support? (Press <space> to select, <a> to toggle all, <i> to inverse selection)Android/Java, iOS/Objective-C
? What directory should we deliver your JS files to? .
✔ Your bridge module was successfully created! 🎉 I did not specify a project name (default). I chose to make a bridge for both types, Native module and native UI component. I chose android/java and ios/objective-c. I chose the current directory I built a new react native app and ran the instructions in the readme https://github.com/morenoh149/reactNativeCreateBridgeTest |
Dev setup:
react-native-create-bridge
version: 2.0.1react-native
version: 27.0.0I am using create-bridge in a:
What you did:
What happened:
See the error above.
(
Error: TypeError: Path must be a string. Received undefined
)The text was updated successfully, but these errors were encountered: