WEBVTT

1
00:00:00.640 --> 00:00:03.260
Hi and welcome back to our
React native course.

2
00:00:03.280 --> 00:00:06.690
In our previous section,
we covered the basics of react native.

3
00:00:06.720 --> 00:00:09.140
Now it's time to take
it to the next level.

4
00:00:09.170 --> 00:00:11.900
Debugging is an essential
part of app development.

5
00:00:11.930 --> 00:00:14.010
Whether it's for fixing errors or

6
00:00:14.040 --> 00:00:18.620
understanding your app, it's crucial
to know how to handle and treat errors.

7
00:00:18.650 --> 00:00:21.940
In this section, we'll explore
how to debug react native apps.

8
00:00:21.970 --> 00:00:25.020
We're going to start by looking
at an example error message.

9
00:00:25.050 --> 00:00:29.100
We'll analyze it and see what
hints we can gem from it.

10
00:00:29.120 --> 00:00:30.780
Understanding error messages can be

11
00:00:30.810 --> 00:00:34.700
challenging, but with the right approach,
you'll be able to solve most issues.

12
00:00:34.730 --> 00:00:39.340
We'll also take a look at DevTools
and see what it can bring to the table.

13
00:00:39.370 --> 00:00:41.020
To help us with debugging,

14
00:00:41.050 --> 00:00:44.060
I'll be using an app that we
built in the previous section.

15
00:00:44.080 --> 00:00:45.660
And if you missed that, don't worry,

16
00:00:45.680 --> 00:00:48.700
you can find it attached
and you can just follow along.

17
00:00:48.730 --> 00:00:51.500
So let's get started
and dive into debugging.

18
00:00:51.530 --> 00:00:53.140
Are you ready?

19
00:00:53.160 --> 00:00:54.320
See you in the next video.

