-
Notifications
You must be signed in to change notification settings - Fork 113
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
--generate-example not working? #63
Comments
In addition to this, if you check the commands with |
FYI directly replace the npm installed version with the cloned version will work. |
@jgfidelis @dooboolab Currently this feature is only available on master and not in the release version yet. Can you please try out master and let us know if this will work. Furthermore there is currently a PR out that improves the example generation, best is to create you example project from that branch: #75 |
As said above this feature is only available on master on at this time and after #75 landed it should be improved too. We are planning to release a new version pretty soon. |
I ran
react-native-create-library MyFancyLibrary --generate-example "true"
and it did not create an Example app, how should it be used?I also tried
--generate-example true
The text was updated successfully, but these errors were encountered: