Skip to content
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

fix: README init call and gradle script executability #8

Merged
merged 2 commits into from
Oct 28, 2021

Commits on Oct 28, 2021

  1. fix(android): make gradlew script executable

    without this `yarn android` fails, with it, `yarn android` works
    mikehardy committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4759e4c View commit details
    Browse the repository at this point in the history
  2. docs(README): use template name npx react-native init can find

    with the `@` sign it searched yarn/npm registries, but the template
    is not formally published
    
    without the `@` sign, the react-native CLI de-referenced the template
    from github, where it worked
    mikehardy committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    748a02e View commit details
    Browse the repository at this point in the history