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

Update Debugging-and-Profiling-ultimate-guide.md #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Debugging-Profiling/Debugging-and-Profiling-ultimate-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ After running your app from Xcode, you will see the performance monitor from Xco

![Xcode Performance Monitor](https://cdn-images-1.medium.com/max/2744/1*CeLNRoz9kNuf9SP8vmX1EQ.png)

Let’s analysis & know what each monitor means from this “Performance Monitor”
Let’s analyse & know what each monitor means from this “Performance Monitor”

- **CPU Monitor:** CPU Monitor measures the amount of work done.

Expand Down Expand Up @@ -516,7 +516,7 @@ Or you can click on **Profile** button in the toolbar.

- Turn off development mode. **You must be sure that the app uses a JS bundle instead of the metro server**, which provides that bundle. Follow the below steps to make **“JS DEV MODE”** off.

### Steps to make **_“JS DEV MODE”_** off 👇
### Steps to switch **_“JS DEV MODE”_** off 👇

1. First run your app by using this **npx** command: **_npx react-native run-android_**

Expand Down