Build and Deploy a React Native App | 2023 React Native Course Tutorial for Beginners

Build and Deploy a React Native App | 2023 React Native Course Tutorial for Beginners

JavaScript Mastery

1 год назад

1,168,743 Просмотров

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


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

Mahtab Variyani
Mahtab Variyani - 13.10.2023 18:46

no hey There?????????????

Ответить
Just Shukri
Just Shukri - 12.10.2023 23:06

when i see the animation and the edit i know this video been edit and so much effort in it

Ответить
GOOD GAMER SHOW
GOOD GAMER SHOW - 12.10.2023 21:53

If you are launching the app and receive the "No safe area value available" error then make sure your components use default import. I was using named import and it was causing the issue :)

Ответить
tshiamo madiba
tshiamo madiba - 12.10.2023 20:30

I have downloaded the expo app on my phone, but after I scan the QR code it does not show me a page where index is written at the top of the page in the app but instead all it writes is "Hello World this is the first page of the app" is this something usual ?

Ответить
jocospeed98
jocospeed98 - 10.10.2023 21:40

To anyone who had trouble with images not loading in ScreenHeaderBtn component:

On the <Image /> element use the source prop instead of src.

Ответить
CANAnai
CANAnai - 10.10.2023 11:03

give me the second video please

Ответить
lrnngman
lrnngman - 08.10.2023 08:23

If ReactJs Dev for Flutter vs Expo vs React native?

Ответить
Amy95
Amy95 - 07.10.2023 21:12

Thank you for this tutorial!
Anyone can resolve the "axios.request" is not a function?

Ответить
Thomas Rooskens
Thomas Rooskens - 07.10.2023 15:22

For anyone having the same issue as me with the font not loading. Make sure you install [email protected] instead of the 11.6.0 version.

Ответить
Revanth Shalon
Revanth Shalon - 07.10.2023 08:02

Reached 20K likes

Ответить
Shakthi
Shakthi - 06.10.2023 13:53

Can someone tell me the difference between 'data?.map()' and 'data.map()' ?

Ответить
Marc Panther
Marc Panther - 05.10.2023 07:59

Just curious: why not use `process.env` like mentioned in the docs?

Ответить
Vinay Singh
Vinay Singh - 05.10.2023 07:58

Now it is 21k likes please another app with react native it is a humble request

Ответить
Zechey
Zechey - 03.10.2023 19:31

Thanks for the vid, helped me get back on react native. I was wondering though, why refetch the element from the API when clicking it, instead of passing the job data in router params when clicking on a job card? And why create a separate axios fetch for the search page instead of modifying the useFetch from earlier and using it?

Ответить
K.Ashutosh Baitharu
K.Ashutosh Baitharu - 03.10.2023 14:37

dot dot slash DOT DOT SLASH dot dot slash Thank you.

Ответить
Polash Khan
Polash Khan - 02.10.2023 23:10

Thousands of error in the code

Ответить
Muhammad Ali
Muhammad Ali - 02.10.2023 20:51

20k complte

Ответить
Levi Donaldson
Levi Donaldson - 01.10.2023 22:05

So.....although there are great things here to learn, it's very misleading. it says you'll be able to deploy, but at best it's a fake git hub deployment where you can use it in a test way. But this is not deployment where people can actually download and fully use your app. In other words you are not deploying to the App and Play stores, for IOS and Android. I wish someone would actually do this because you really find out the hard part of building an app is in the deployment process which is very extensive. Overall it's good info, but kinda disappointing.

Ответить
Tomas Burian
Tomas Burian - 01.10.2023 20:34

Does this also work with TypeScript?

Ответить
sami k
sami k - 29.09.2023 14:33

Isn't it better to use React Native Cli instead of Expo ? I have the impression that Expo has some limits when it comes to native functionality, and it's more efficient because Expo packages are often larger, which affects app performance.

Ответить
kanchana saravanan
kanchana saravanan - 29.09.2023 12:35

Hi can u do a splash screen video for this. Thank you

Ответить
Devindu Samarasinghe
Devindu Samarasinghe - 27.09.2023 14:27

For those who cant get the public key within the env. create a .env file in root directory and when naming the env variables name them with the prefix of EXPO_PUBLIC according to the documentation. so for eg: EXPO_PUBLIC_RAPID_API_KEY = 'aksdjajsdajsdkasdalsd' * DONT FORGET TO KEEP THE VARIABLE WITHIN APOSTROPHE since this is Javascript. and when calling them, just simply call them via process.env.EXPO_PUBLIC_RAPID_API_KEY. This is just a standard method.

Ответить
Smartroid
Smartroid - 27.09.2023 01:44

Amazing video man 👏🏻
Also what's that auto complete ai?

Ответить
Mike Atkinson
Mike Atkinson - 25.09.2023 22:57

I think I'm missing something at around 1 hour in... I was getting popular job cards being displayed with no data (no logo, description, etc - nothing visible at all) I found a workaround - It looks to me as if where the flatlist in Popularjobs.jsx contained data = {[1,2,3,4]} , that line needs to be changed to data = {[...data]} . Either that or I've got another bug somewhere else that's stopping the data value being propagated :)

Ответить
ABHISHEK SHANKAR
ABHISHEK SHANKAR - 25.09.2023 20:24

Even after loading the fonts , i am still getting error saying 'DMBold has not been loaded through Font.loadAsync'

Ответить
Mahesh Fernando
Mahesh Fernando - 24.09.2023 20:15

if i am a small worm in react-native,you are the larg worm in it,so i try to be a big worm in react from your video.

Ответить
Lionheart016
Lionheart016 - 24.09.2023 17:30

does it work in expo?

Ответить
5MIN
5MIN - 24.09.2023 04:00

Great content man.
What's your vs code extensions to get the auto complete suggestions you're getting ,, seems like AI extension?

Ответить
FireBout
FireBout - 23.09.2023 21:00

please ...2nd part....

Ответить
NAVIN KUMAR SAHU
NAVIN KUMAR SAHU - 23.09.2023 16:11

please release second react native app video it's already 20k likes

Ответить
Kenneth Pineda
Kenneth Pineda - 22.09.2023 17:25

What is the best to use react native expo or cli? for real client project. Thank you

Ответить
Isaac Muniz
Isaac Muniz - 21.09.2023 10:21

Thank you very much Adrian. That was a good and productive into to React Native :)

Please make a project with TDD in the future ;)

Ответить
Mustapha Miah
Mustapha Miah - 21.09.2023 02:50

rror: 'fontFamily "DMBold" is not a system font and has not been loaded through Font.loadAsync'
Solution: npx expo install expo-font

Ответить
Afandi Azmi
Afandi Azmi - 20.09.2023 02:50

now its already 20K likes😳😳😳😳

Ответить
Akash Nai
Akash Nai - 19.09.2023 20:07

bro video reached 20k likes. eagerly waiting for 2nd part of the video

Ответить
dm
dm - 19.09.2023 19:30

Hello, the video has reached 20k likes, can we expect a part 2 ?, thank you for this one, amazing work

Ответить
J M
J M - 19.09.2023 02:20

Never did get it to work. Could not get past the Unable to resolve "../components" from "app\index.js"

Ответить
042_Vipul Chaudhary
042_Vipul Chaudhary - 18.09.2023 22:56

Which extension you use for " You clicked on component that is imported on some file and you redirected to that component file?"

Ответить
POPSICLE STICK
POPSICLE STICK - 18.09.2023 18:35

Custom fonts do not work that way anymore ig because I am still getting the error

Ответить
Albenit Bytyqi
Albenit Bytyqi - 18.09.2023 11:32

nice

Ответить
fadliman Hagianto
fadliman Hagianto - 18.09.2023 09:14

how to get constant file

Ответить
Jongwoo Lim
Jongwoo Lim - 16.09.2023 22:52

like is 20k up! Please!

Ответить
Sam
Sam - 16.09.2023 15:13

20k - 2 react native tutorial coming our way :D

Ответить
Orthodox Dawit tube
Orthodox Dawit tube - 16.09.2023 12:44

It is a wonderful full video. Please make another video that contains CRUD with Firebase.

Ответить
Artem Chubenko
Artem Chubenko - 15.09.2023 11:36

You are incredible teacher. So clear speech and explanations! Looking forward for more RN tutorials. P.S. Greetings from Ukraine

Ответить