Skip to content

Commit

Permalink
Merge pull request #8 from mikehardy/install-tweaks
Browse files Browse the repository at this point in the history
fix: README init call and gradle script executability
  • Loading branch information
LunatiqueCoder committed Oct 28, 2021
2 parents 51c51ba + 748a02e commit 663d459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
> ⚠️ [Please be sure your environment is set up correctly for React Native CLI.](https://reactnative.dev/docs/environment-setup) \
> 🔗 https://reactnative.dev/docs/environment-setup
<pre>npx react-native init <b>MyAppName</b> --template @plaut-ro/luna</pre>
<pre>npx react-native init <b>MyAppName</b> --template plaut-ro/luna</pre>

Use the above command to start a new React Native app using this template. After that, all the commands from below are available:

Expand Down
Empty file modified template/android/gradlew
100644 → 100755
Empty file.

0 comments on commit 663d459

Please sign in to comment.