React Native Course – Android and iOS App Development

React Native Course – Android and iOS App Development

freeCodeCamp.org

1 год назад

374,496 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Adem Meral
Adem Meral - 07.10.2023 10:10

SafeAreaView is valid for only IOS

Ответить
Celso Sá
Celso Sá - 30.09.2023 23:37

Thanks for the course. Looking for a more complete one like the Flutter course that have 37 hours ç_ç

Ответить
7 Lyrics Zone
7 Lyrics Zone - 29.09.2023 10:12

I recommend you to make 1.25x speed.

Ответить
jonathan chaperuka
jonathan chaperuka - 28.09.2023 16:53

my uocoming and current weather screens are running perfecly but the city screen is giving an error and refusing to load

Ответить
Pratik Verma
Pratik Verma - 20.09.2023 14:01

Noice 👌🙂

Ответить
Yojo
Yojo - 20.09.2023 13:37

when adding my safe area view component it stayed exactly the same place as where it was before i put it. what should i do?

Ответить
Cameron Avvampato
Cameron Avvampato - 19.09.2023 20:56

this is like the 5th tutorial i've tried for react native and finally one that's not outdated, thank god

Ответить
Grunty The Great
Grunty The Great - 16.09.2023 03:43

The beginning of this video is so confusing. How exactly did you get all of the files set up in the weather app?

Ответить
God Hunter
God Hunter - 10.09.2023 09:01

This course is s hard, you should have teach it more easier but you're just forcing topics and not let us understanding it. You should have explain it properly

Ответить
Anas Hasan
Anas Hasan - 10.09.2023 00:57

it's been three days and i'm still stuck in the basic configurations of eslint and prettier .
i get tons of errors....

Ответить
andrew t
andrew t - 06.09.2023 15:40

I never comment, but this is an outstanding course, very clear. To the instructor , keep making videos!

Ответить
Skonx
Skonx - 06.09.2023 00:54

!

Ответить
Mirko
Mirko - 03.09.2023 10:22

Too many ads, are you crazy guys ? Each 5 mins a f** ads. What I have to learn about react-native or companies' ads... A shame

Ответить
Alper Demir
Alper Demir - 31.08.2023 11:05

Excellent tutorial.

Ответить
iqbal Mahmud
iqbal Mahmud - 19.08.2023 02:24

compared to other freecodecamp videos, this is nothing , her teaching method enforces memoization

Ответить
Oishani
Oishani - 18.08.2023 03:53

if your getting an error that says location is null, then add a check like:

if(location){
//rest of code
}

just so the fetch weather function doesn't get ran when location hasn't been set yet

Ответить
CornerMan
CornerMan - 17.08.2023 12:27

For those having problems with the SafeAreaView element, know that it is currently only applicable to iOS devices.

You can use this instead in your styles component:

container: {
flex: 1,
marginTop: StatusBar.currentHeight
},

Ответить
Andrey Li
Andrey Li - 16.08.2023 16:12

It might be good to have a tutorial on RN CLI not just expo.

Ответить
Anthon Steiness
Anthon Steiness - 08.08.2023 14:38

It's a fine course. But oh my god is it slow. I was watching this on 1.5x speed and still felt like i was constantly waiting for her to continue.

And in general she forgets to explain many of the setup steps in the beginning. Kinda just expects people to know better. So definitely not a beginner course. So don't understand why that is even part of it. Just send people to anintro course instead where they actually explain the concepts.

Ответить
Vladislav Gorovenko
Vladislav Gorovenko - 08.08.2023 13:57

Nice tutorial, many thanks. Is it necessary to import React, if we just add .tsx extension to files? Is it common to use Typescript instead of JS with React Native?

Ответить
Antti Ukkonen Työtili
Antti Ukkonen Työtili - 02.08.2023 21:04

Weird thing is, I can't get past the android studio installation. Nothing works when I run "npx react-native run-android", it just complains there's no android project and questions if this project is a react native project. And the qr code for nexo go does not work either. Run it one more time from the start I guess.

Ответить
zeath_zolaries
zeath_zolaries - 01.08.2023 14:12

i wasted 5 hours in doing the setup, nothing was clear at all...jumping from here to there to here, should've sticked to explaining one setup completely instead of mixing them all up, i dont know how the course is but the setup part is total crap. I'm gonna watch a different video for the setup, i hope the actual course isnt like this

Ответить
little doctor
little doctor - 26.07.2023 16:37

Her voice 🤗

Ответить
Sahil Dave
Sahil Dave - 26.07.2023 03:33

Expo on my phone doesn't seem to be load the app and complains about the socket timeout. Anyone knows how to fix this issue?

Ответить
Bhim Singh Rathore
Bhim Singh Rathore - 25.07.2023 10:24

best react native tutorial for begginers😇

Ответить
Abdulbasit Salah
Abdulbasit Salah - 17.07.2023 12:59

thank you 🙏, really awesome course for beginners

Ответить
Hector Rosario
Hector Rosario - 16.07.2023 12:07

Loved every second of this React Native tutorial! completed it after some time due to some roadblocks but came back to it and nailed it. thanks!

Ответить
Roii Roii
Roii Roii - 14.07.2023 07:32

Awesome tutorial. The best one actually. From typing everything from the scratch to intentionally leaving bugs so you can explain how to debug, amazing!

I felt very confident after completing this tutorial!

Ответить
Ganesh Hegde
Ganesh Hegde - 11.07.2023 16:57

Great teaching by the great lady!! Awesome lecture.Thank you from the bottom of my heart!!

Ответить
Udit Mehra
Udit Mehra - 11.07.2023 15:31

great ,thanks

Ответить
Aaditya Sharma
Aaditya Sharma - 08.07.2023 18:59

Nice React Native Course ❤.

Ответить
Gamerfan2000
Gamerfan2000 - 07.07.2023 21:15

This is an excellent video, I really appreaciate your approach, even if it means having to type out every single word, but some of it after a while that can become a little daunting for the viewer. what I mean by that, there is a plugin in vs code called simple react snippets that lets us emmet some of our react code so that we can use shortcuts to type out some react code. For example:


'imr + tab' creates import React from 'react'
'sfc' + tab' creates const NameOFComponent =()=>{
return(

);
}
export default NameOfComponent;
sfc - stateless functional component

Aside from this little detail, your video is by far the best react native video I have ever seen. I have searched high and low for a very good comprehensive 'not banging my head against a wall' type of tutorial.

I also have to commend your approach for how you break down your code in such a way to keep everything tidy and clean. That is the mark of a true developer.

Ответить
Veestream
Veestream - 05.07.2023 19:20

Excellent! Watching this after getting a React native junior role!

Ответить
Sameer Kaushik
Sameer Kaushik - 02.07.2023 17:41

what are the prerequisites of this course?

Ответить
eurico de sousa da costa
eurico de sousa da costa - 01.07.2023 03:45

How about a Crud of produtcts Tutorial React Native with realm mongoDB do not do ToDo List

Ответить
Sammzie Njoro
Sammzie Njoro - 30.06.2023 11:50

Did anyone else have issues with the babel.config.js file? coz i cant seem to get past it..

Ответить
Gaurav Thakur
Gaurav Thakur - 28.06.2023 15:20

I created an Apk But it is showing white screen after the loader , App is working fine in Expo App . ??? Please someone help

Ответить
deadnazgul# milkyWaystation#
deadnazgul# milkyWaystation# - 26.06.2023 21:53

I saw this video course while trying to make simple apps in android studio and I said why not make crossplatform apps, but
My brain burned in the first 15 minutes...🤯🤒🥵🥵

Ответить
Rare Idea
Rare Idea - 24.06.2023 16:59

I just create RN project with React Native cli, but I can't import expo/vector_icons. Could anyone tell me how to fix this?

Ответить
Rafael Fonseca
Rafael Fonseca - 17.06.2023 16:56

Very good content
Much appreciate it!

But what about this sunrise and sunset timing? :>

Ответить
fratelo 98
fratelo 98 - 14.06.2023 13:39

Is anyone there have problem with Unrecognized font family 'fontAwesome', I try to figure out on the Internet, but I can't browse node_modules/react-native-vector-icons. I set up my project over react native cli.

Ответить
Yahefu Yusufu
Yahefu Yusufu - 12.06.2023 12:19

nice tutorial

Ответить
Micheal Badmus
Micheal Badmus - 03.06.2023 01:10

she speaks like an A.I

Ответить
Emmanuel Agyei Kumi
Emmanuel Agyei Kumi - 02.06.2023 14:53

This is an amazing course. I finally got to learn react native in a day. I was hiding behind flutter, i am glad i watched this.

Ответить
Ben Pham Van
Ben Pham Van - 02.06.2023 03:40

Thank you so much!🥰🥰🥰🥰🥰

Ответить