Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder authored Dec 30, 2022
1 parent 8b8e6fa commit 1dbe367
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,16 @@ Launches the app for IOS in debug mode.
## 🪲 Debugging
- ### React Native CLI
> This template only works with the new CLI. Please make sure that:
> - [your environment is set up correctly for React Native CLI.](https://reactnative.dev/docs/environment-setup)
> - [your environment is set up correctly for React Native CLI.][26]
> - you have uninstalled the legacy `react-native-cli` first (`npm uninstall -g react-native-cli`) for the below command to work. If you wish to not use npx, you can also install the new CLI globally (`npm i -g @react-native-community/cli` or `yarn global add @react-native-community/cli`).
> If you tried the above and still get the @criszz77/luna: Not found error, please try adding the `--ignore-existing` flag to force npx to ignore any locally installed versions of the CLI and use the latest.
Further information can be found here: https://github.com/react-native-community/cli#about

- ### React Native Web
> [React Dev Tools][27] supports inspecting and editing of React Native styles. It’s recommended that you rely more on React Dev Tools and live/hot-reloading rather than inspecting and editing the **DOM** directly.

## 📃 License

> 📃 This project is released under the [MIT License](LICENSE). \
Expand Down Expand Up @@ -114,3 +118,5 @@ Further information can be found here: https://github.com/react-native-community
[23]: https://solito.dev/
[24]: https://www.typescriptlang.org/
[25]: http://localhost:3000
[26]: https://reactnative.dev/docs/environment-setup
[27]: https://beta.reactjs.org/learn/react-developer-tools

1 comment on commit 1dbe367

@vercel
Copy link

@vercel vercel bot commented on 1dbe367 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

luna – ./

luna-criszz77.vercel.app
luna-git-nextjs-criszz77.vercel.app
luna-gamma.vercel.app

Please sign in to comment.