-
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
Question: How to follow the README.md #61
Comments
read the readme.
edit this file adding the import |
Thanks for the reply! Yup i know i need to add it to MainApplication.java What i dont know is what is “yourapp”, “yourmodule”, and “YourModulePackage” |
Those are Whatever you named your project |
I do not know when and if I already named my project. Based on calling these commands: am I correct to assume that I have already named my project? If it would not be too much of a hassle, would you please spell out the names for "yourapp", "yourmodule", and "YourModulePackage"? And if i have not yet named them, do I still need to do another step to provide the project name? Thanks again in advance. |
names your project |
This is not a bug report, just a question. Im a total beginner.
I called (all on the same folder level) :
react-native init AwesomeProject
react-native-create-library MyLibrary
react-native new-module (using all default value)
How do I answer this :
import com.yourapp.yourmodule.YourModulePackage;
Thanks!
The text was updated successfully, but these errors were encountered: