React Native Crash Course

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 777

  • @ashleysouffrant1320
    @ashleysouffrant1320 4 года назад +47

    I’m sorry but the Teacher you follow plays a major role into wether you fall in love or dislike programming. And my dude Brad nails the inspiration everytime!

  • @erykkryszewski5803
    @erykkryszewski5803 4 года назад +4

    Just got my second job as front-end dev. Remember watching first tuts about media queries. Everything from basic stuff I know from here. Awesome work!

  • @yougiely
    @yougiely 4 года назад +3

    when u understand it perfectly, u will explain it in really simple way that everyone can understand,
    this is it,
    really love this one,
    ❤❤❤

  • @antiNuetron
    @antiNuetron Год назад +1

    Thanks for this. I've been an iOS and Android developer for 10+ years and just heard of React Native last week. It's awesome.
    I can see how it would have saved a lot of time.

  • @constellation007
    @constellation007 4 года назад +116

    if ur uuid is giving an error do this:
    import { v4 as uuidv4 } from 'uuid';
    {id: uuidv4(), text: "Milk"},...

    • @ammarkhan7969
      @ammarkhan7969 4 года назад +5

      import { v4 as uuidv4 } from 'uuid';
      {id: uuidv4(), text: "Milk"},...
      second line
      {id: uuid(), text: "Milk"},... worked this way

    • @voodoospazmproductions
      @voodoospazmproductions 4 года назад

      Thank you Very Much!

    • @shreshtharora
      @shreshtharora 4 года назад

      Thanks for informing

    • @sashashavit8179
      @sashashavit8179 4 года назад

      What about Header issue? imgur.com/a/bKWqE3q

    • @milburngomes7372
      @milburngomes7372 4 года назад +1

      It works. Thank you so much! You saved my day

  • @gamegogo1372
    @gamegogo1372 4 года назад +385

    I like before watching , that's Traversy media dude 💁🏻‍♂️

  • @jasonhilder707
    @jasonhilder707 4 года назад +1

    Quick fix for the alert at the end of the video on **Android** you need to wrap the { text: 'Ok'} in an array so:
    [{ text: 'Ok'} ]
    Thanks for the awesome tutorial Brad, big fan!!

  • @reactninja6567
    @reactninja6567 4 года назад +702

    Tech Lead: React Native is Garbage.
    Brad Traversy: Hold My Beer!(Uploads a crash course of RN).

    • @griffin955
      @griffin955 4 года назад +7

      I don't know who to believe! /s

    • @SchwarzeKatter
      @SchwarzeKatter 4 года назад +117

      @kyle Griffin. Believe the guy who actually contributes with something constructive and productive, instead of a self-proclaimed ex-facebook, ex-google employee, and divorced who only brags of how you will never become like him, and is butthurt because he got fired from facebook.

    • @reactninja6567
      @reactninja6567 4 года назад +61

      @@griffin955 yea, give me a single video where the self proclaimed tech lead guy actually built a product live on youtube. No, you won't find one. On every video you will find ex-google, ex-fb tech lead thumbnail doing this doing that. They are basically clickbait thumbnails. whereas @Traversy Media or brad keeps helping people by giving some valuable content instead of crap opinions which tech lead guy keeps bragging now and then.Hope this will help you to get to the conclusion. Now, you decide who to believe!

    • @griffin955
      @griffin955 4 года назад +5

      To all of you who replied, I was joking. Of course I'm not going to actually split hairs about youtube content creators when all of this content is free. Both channels are good to subscribe to and you don't need to choose. So you can sit down now.

    • @TraversyMedia
      @TraversyMedia  4 года назад +209

      @@griffin955 I know you were joking, but I would suggest people not 'believe' anyone and just looking into it yourself and see if you like it. See what you can build. Look at jobs around your area, etc. I am here to teach the stuff, not to tell people to use or not to use anything. Anyone should know that different people have different experiences with everything. One person hates PHP with a passion, while another builds a successful business/product with it. You can not go by another persons experience.

  • @mitri-dvp
    @mitri-dvp 3 года назад +6

    I love your video tutorials so much! I like how you cover the core functionality and build a simple clean example of how this tool works.

  • @leslie7922
    @leslie7922 4 года назад

    traversy media is the only person on youtube that explains stuff in plain English - no jargon. He also explains everything before diving into code. by far the best coding channel.

  • @svmathtutor
    @svmathtutor 3 года назад +1

    Great video, as always, from Mr. Traversy.
    Btw, if you are in a rush because you have a coding interview in 1hr, then jump forward to 15:05 where Brad starts from scratch, watch from there, then ace your coding interview.

  • @RohitKumar-dz8dh
    @RohitKumar-dz8dh Год назад +1

    Whenever i need to search for frontend the only thing come in my mind first Traversy 🔥🔥

  • @sevdalink6676
    @sevdalink6676 4 года назад +13

    Your crashcourses are one of the best things on RUclips. Thank you. Just go ahead.
    They are short, but enough. Instead of spending a week or two to explore one technology, I spend a few hours of your crashcourses and explore all similar technologies and choose what fits best for my needs.

  • @ThEldeRS
    @ThEldeRS 4 года назад +3

    A quick tip for anyone who's trying this on Android: the alert function must have an array of buttons on Android due to default behaviors. Therefore the code Brad wrote wouldn't work on Android unless you make a slight change: Alert.alert('Error', 'Please enter an item', [{text: 'OK'}]);
    Hope this helps :)

    • @himyjan
      @himyjan 4 года назад

      thanks,it works
      I also have another problem with: import Icon from 'react-native-vector-icons/dist/FontAwesome';
      icons not showing

    • @ThEldeRS
      @ThEldeRS 4 года назад

      @@himyjan Did it throw an error?

  • @kadershaikh1704
    @kadershaikh1704 3 года назад

    For those who cannot see the text Shopping List displayed in the header. Remove height property from the header. It worked for me.

  • @Juliano-v
    @Juliano-v 4 года назад +7

    Great video! Just an observation for those who are having problem with Alert, it needs to be an array at the third param, and yes, it works with emotions! 😁
    Alert.alert('No item 😕', 'Please enter an item.', [{text: 'Ok'}]);

    • @muhammadyusoffjamaluddin
      @muhammadyusoffjamaluddin 4 года назад

      OMG THANK YOU!!! Really helping people like you,
      Hope you are well during this pandemic Bro.

    • @osaroiyoha7828
      @osaroiyoha7828 3 года назад

      Thanks Juliano. I was wandering what i was doing wrong

  • @himanshuagarwal5259
    @himanshuagarwal5259 4 года назад

    I have been following ur channel, and the best thing about brad is that he directly comes to the point with easy explanations. Thanks for providing the code for the application. Keep the good work on !!

  • @LuisGuzman-zc4rv
    @LuisGuzman-zc4rv 4 года назад +6

    For Windows users do this before anything:
    1.- make sure you have the JAVA_HOME variable declared in your user variables and inside your Path variable C:\Program Files\Java\jre1.8.0_251 (i recommend use this version of jre and download the SE java 8 version; if youre struggling with your tools.jar just copy it from the jdk/lib directory to jre/lib, that solves the problem.
    2. make sure you have your ANDROID_HOME set in your systems variables as C:\Users\userName\AppData\Local\Android\Sdk
    3. make sure your your %ANDROID_HOME%\platform-tools, %ANDROID_HOME%\tools and %ANDROID_HOME%\tools\bin are declared inside your user varibles
    Thats it, if you are facing any problem dont doubt and post a comment, happy code ;)

  • @tejuskabadi
    @tejuskabadi 4 года назад +12

    Make a Udemy Course!
    There's huge demand and the last good course on React Native was published in like 2017!!!

  • @awjones96
    @awjones96 4 года назад +1

    Nice! Thanks for the great tutorial.
    If anyone is looking for some ideas to expand on upon this for learning here are a few ideas:
    -Clear the add item input after a user adds an item
    -Save the list locally to a device to allow a user to edit and save the list on later uses
    -Create a way for users to add a second list (or more), switch between lists, edit and save them.
    Thanks again for the react native tutorial

  • @mr_kamuran
    @mr_kamuran 4 года назад

    Thank you, man. I used to be a lazy-ass guy, who just copies codes from youtube, but thanks to you, I am a middle React Native developer now. Thank you so much.

  • @muhammadyusoffjamaluddin
    @muhammadyusoffjamaluddin 4 года назад +36

    FIXING ALERT AND UUID ERRORS:-
    1) UUID Error: Thanks to Abhi
    - npm install uuid-random
    - import uuid from 'uuid-random'
    2) ALERT ERROR 'Buttons.slice()' FOR ANDROID: Thanks to Juliano Ventola
    - Alert.alert('No item 😕', 'Please enter an item.', [{text: 'Ok'}]);

  • @StatisticsforEveryone
    @StatisticsforEveryone 4 года назад

    If there's one person that can explain the web , that's you buddy. RESPECT!

  • @rohitkf8474
    @rohitkf8474 4 года назад +2

    Thanks a bunch bro.
    I recently completed react js and wanted to start react native and create apps.
    You just took my fear away and gave me so much confidence.
    It's a lot like react js.
    So simple.
    Thank you sir ❤️

  • @tejasghone5118
    @tejasghone5118 4 года назад +23

    A Udemy react native project course would be appreciated !!.

  • @joashteng7507
    @joashteng7507 Год назад

    You're one of the few tutorials that use react-native-cli (instead of Expo) which was what I was looking for!

  • @davidpalomeque4770
    @davidpalomeque4770 4 года назад +61

    Me today : I am gonna learn react native to make apps.
    Brad a few minutes later : *submits a react native crash course*

  • @farrukhatabekov595
    @farrukhatabekov595 4 года назад

    Hello Brad.
    I gotta appreciate your timing to post those videos.
    I recently got a new job like a week ago and it not only involves React but React Native too. I started diving into it and then comes this video 😃. Thanks

  • @DieuVu-u7d
    @DieuVu-u7d Месяц назад

    This is an amazing video for beginners to get to know React Native. Thank you for your great video!

  • @echoo200
    @echoo200 3 года назад +1

    I am mesmerized how fast his machine is. My machine even barely able to run the the bundler, Lol even with my phone as AVD.. may ram is just a single gulped.

  • @battlefieldtroopersEA
    @battlefieldtroopersEA 4 года назад +9

    If you're into react native youl love this channel called React UI Kit , it's a gold mine.

  • @kamal-ahmed
    @kamal-ahmed 4 года назад +2

    Thank you so much. Amazing tutorial. I have react experience and wanted to get some quick introduction to react native and your tutorial is amazing as always. ❤️

  • @unknownsoul7043
    @unknownsoul7043 4 года назад

    You helped alot.....you make react native look so easy....
    I now have the confidence to build a chat app. To test my skills

  • @olegmaz3969
    @olegmaz3969 4 года назад +1

    On 50:10 in my case I have error. Instead of {text: 'Ok'} need write [{text: 'Ok'}] in Alert.alert('Error', 'Please enter an item', [{text: 'Ok'}]);
    And better check if (!text.trim())

  • @AugerHybrid
    @AugerHybrid 2 года назад

    Thanks finally it worked! Had to do some extra work with environment setup and open Android project folder with Android Studio to get local.properties generated.

    • @combinemanPL
      @combinemanPL 2 года назад

      Hey, would you mind explaining how you got it to work? I've followed some of the guides I've found online for this issue, but was unable to get it working :C

  • @ThomasThorr
    @ThomasThorr 2 года назад

    I remember watching some of your videos 3+ years ago to help code something for uni, and now I'm back learning about react. Just for fun though, I'm a Mainframe Sysprog now 😅

  • @CsRazeel
    @CsRazeel 4 года назад +18

    damn this was really thorough, what an amazing crash course, thank you very much for putting in the time and effort to create this!

  • @Mahmudulhasan-ts5hm
    @Mahmudulhasan-ts5hm 3 года назад +1

    Thanks a lot, this video kick me start my app development. By the way I am full stack developer.

  • @abhishek_k7
    @abhishek_k7 4 года назад

    If anyone here using AMD Ryzen processor on Windows, you don't need Intel HAXM. You will need to enable 'virtualization' from your BIOS settings (it will most likely be under CPU features and it is called 'SVM mode' on most motherboard BIOSes. You just have to enable it if its disabled and save and reboot) and you will need to enable 'Hypervisor' feature (press Windows button -> type 'turn windows features on or off' -> Check 'Windows Hypervisor Platform') wait for the process to complete and reboot.

  • @overnightmares
    @overnightmares 4 года назад +5

    hey brad, maybe very specific request but asking won't hurt anyway: it would be great if you make a full-stack flutter or react native course with complete backend with authorization, photo uploading, state management etc ( can be in firebase even). like a shopping list app or a simple social media app. i would happily pay for such course of yours. i know there're already courses like that out there but your teaching methods somehow work for me. thanks for considering.

  • @bluestripes6037
    @bluestripes6037 2 года назад

    Oh Brad, is there anything you can't do? Anything coding that I've needed.. you've got it! Thank you so much!

  • @abhigeek
    @abhigeek 4 года назад +40

    To resolve uuid error.
    npm install uuid-random
    instead.
    And import it like
    uuid from 'uuid-random'

    • @SameenIslam
      @SameenIslam 4 года назад

      That didn’t work for me, but I’ve copied and pasted a uuidv4 function from this SO question: stackoverflow.com/questions/105034/create-guid-uuid-in-javascript

    • @xXHelsingGamingXx
      @xXHelsingGamingXx 4 года назад +1

      did not work for me...

    • @VenkateshMogili
      @VenkateshMogili 4 года назад +3

      It worked for me, Thank you @Abhi
      import uuid from 'uuid-random' //please check this line for those who unable to resolve the issue.

    • @allenma9485
      @allenma9485 4 года назад

      I've found a could-be solution here: github.com/react-native-community/react-native-webview/issues/1312. Hope this helps a bit.

    • @AleksandarT10
      @AleksandarT10 4 года назад

      Worked for me, thanks a lot!

  • @poka247
    @poka247 4 года назад

    Traversy Media just made mobile app dev so easy!... thanks Brad as always!

  • @MathesMcMathes
    @MathesMcMathes 4 года назад +14

    If you are not interested in the setup, coding starts at 15:05

  • @tonyzweb
    @tonyzweb 4 года назад

    No joke, I decided to build an application with a friend using React Native and the first video was of the Techguy saying it was bad, a few videos down the list and I see Brad uploaded this piece of a gem, immediately disregarded his opinion lmao

  • @andig97
    @andig97 4 года назад +21

    any chance of a run through of setting up continous integration & deployment with bitbucket or jenkins..???

    • @JohnSmith-is6ns
      @JohnSmith-is6ns 4 года назад

      im not sure but i think con int is offered for react by bitbucket

  • @MuhammadShahzad25784
    @MuhammadShahzad25784 4 года назад

    Thank You for React Native Crash Course 2020... You have done great effort for beginners to understand fundamentals. I liked it very much and the presentation skill is the most important part of this tutorial.. Thanks once again ...

  • @mohitkale6879
    @mohitkale6879 4 года назад +2

    Beautifully explained. For the first time in some mand days, I felt like Yes React Native is not that difficult what I use to feel like ;)

  • @Pupu._
    @Pupu._ 3 года назад +1

    if you have an error when add alert for empty item, try to change as follows : Alert.alert('error', 'please enter the item', [{text: 'ok'}]);

  • @pastasawce
    @pastasawce 4 года назад

    Thanks for sharing, was just watching the crash course from 2 years ago, and when it was done this came up, posted about 2 hours ago. What a coincidence

  • @Daniel_WR_Hart
    @Daniel_WR_Hart 4 года назад +2

    Perfect timing, I decided to learn React, RN, and Proton last week

  • @MERNStack
    @MERNStack 4 года назад

    best thing about expo is that to build .apk files you don't need android studio on your PC so even low end computers like 4gb ram can build android apps and publish it just like developing a react app in the web

  • @simeonieroteev4555
    @simeonieroteev4555 3 года назад +10

    This crash course is very comperhensive as always! Thank you, Brad!

  • @FliesKey
    @FliesKey 2 года назад +1

    To people who get error when pressing a button at 50:14 - surround {text: 'Ok'} with square brackets to make it [{text: 'Ok'}].

    • @rogancifontelera3911
      @rogancifontelera3911 2 года назад

      Thanks :) You were first comment when I searched the comments for the solution xD

  • @Deffo_Maddiexx
    @Deffo_Maddiexx 4 года назад +12

    Although my fortune cookie said ' act, don't react', I am still going strong with Brad.

  • @Orderofmerchants
    @Orderofmerchants 4 года назад +6

    Would love to see a React Native Udemy course! Thank you for all that you do!

  • @rotimibest8530
    @rotimibest8530 4 года назад

    I have been thinking whether to learn React Native or not. But now that Brad has a tutorial, I have no excuse.

  • @marcoscabrinirianidosreis6655
    @marcoscabrinirianidosreis6655 4 года назад

    Thank you much, it's hard to teach something as complicated as React Native, you made it easier and simple.

  • @RaFiStudiozOfficial
    @RaFiStudiozOfficial 4 года назад +2

    Been learning react for web, wasn’t sure if to use react native, now I know i do, great video

  • @chakshujain7557
    @chakshujain7557 4 года назад +2

    Thanks, this really helped me.
    1. Also, uuidv4 not working and showing errors while importing.
    2. Inside Alert, it should be [{text: 'Ok'}] otherwise showing error.

    • @scubalukemaui1218
      @scubalukemaui1218 3 года назад +1

      i had this problem also... fix:
      npm install react-native-uuid.
      import uuid from 'react-native-uuid';
      use uuid.v4()
      worked for me 🤙

    • @femiogundele5635
      @femiogundele5635 2 года назад +1

      @@scubalukemaui1218Almost one year down the line, your tip save me after many hours of trying to solve this issue. Many thanks.

  • @Toleh
    @Toleh 4 года назад +4

    To load font from react-native-vectors-icons, you need to do the following:
    1. import Icon from 'react-native-vector-icons/FontAwesome';
    2. Icon.loadFont()

  • @codersdance
    @codersdance 4 года назад

    Thank you!. Please also create a video about your recording environment, the setup and how you manage these things. Thanks again.

  • @tyland777
    @tyland777 4 года назад

    Thank you, excellent video. As a beginner, this is exactly what i needed. I learned a lot. So we can pass data through the components without Redux (which is very hard to master).You explain very well for people who start React Native. Unfortunatelay it's the only video about RN.

  • @volodymyrselevertov
    @volodymyrselevertov 4 года назад +1

    Brad, you are awesome, i really have no idea how so many knowledge can storage in your head, thanks for your hard work:)

  • @dansanchez1353
    @dansanchez1353 2 года назад +1

    it would be great sir if you do have an updated verions of this tutorial or maybe a course at udemy that would be greate too!

  • @Orderofmerchants
    @Orderofmerchants 3 года назад +2

    Would love a full Udemy course on React Native!

  • @Leeboi305
    @Leeboi305 4 года назад

    Great upload! I’m brushing back up on my react because I’m looking to build an hello world application and this tutorial is great. I’ve subscribed! Great work!

  • @shivagiri7406
    @shivagiri7406 4 года назад +147

    TECHLEAD : Why React Native is garbage ?
    Traversy Media : React Native tutorial 2020 !

    • @tonisal484
      @tonisal484 4 года назад

      watched it in the same order xD

    • @MrNsaysHi
      @MrNsaysHi 4 года назад

      same xD

    • @Zlodej5
      @Zlodej5 4 года назад

      Google seem to place this video in a que after that

    • @paxle
      @paxle 4 года назад +2

      Block that techlead guy about 4months ago

    • @aldipiero747
      @aldipiero747 4 года назад

      Tbh react native is really trash

  • @CreativeJE
    @CreativeJE 4 года назад +2

    In latest version of react native you don't need to link the libraries they will be autolinked.

  • @peterchege4616
    @peterchege4616 4 года назад

    I cried when this video ended
    Coz it was too good
    Would like to see more react native content on your channel

  • @uzzzoma
    @uzzzoma 4 года назад

    I was on your channel just yesterday hoping for an updated React Native course. And now this! Thank you

  • @saanskritdoubt1303
    @saanskritdoubt1303 Год назад

    Perfect and east to follow, but you missed that part on how to clear the TextInput field on successful addition

  • @nimazarei2760
    @nimazarei2760 2 года назад

    If you are getting an error while using Alert, wrap the third argument (the object) in an array:
    Alert.alert("Error", "Please enter an item", [{ text: "Ok" }]);

  • @excalibur885
    @excalibur885 4 года назад +1

    So helpful, thank you very much

  • @vihagayohan9496
    @vihagayohan9496 4 года назад +1

    Please do a react native full course (a single project course like u did for node.js - Devcamper project). Because most of courses gives good preview video but when it comes to the actual course they miss important stuff, It's not like I don't like those courses or I didn't learn anything, those are good courses, but those courses missing important topics.

  • @anricoj1
    @anricoj1 3 года назад +1

    I'm having noting but issues trying to get this set up. Windows is making this 20x more difficult than it has to be. I just want to start building an app but this android studio shit is driving me insane. I've tried literally everything and the app just doesn't work. I've tried running it with a connected device, through android studio, through vs code and nothing gets this app to build. Failed to install app?? I'm so confused and beyond frustrated with the amount of bloat and setup this is requiring

  • @Fleshlight_Reviewer
    @Fleshlight_Reviewer 4 года назад +7

    49:00 - I think you have to wrap the error message in array for it to work now o-o

  • @pikachu5223
    @pikachu5223 4 года назад +74

    Udemy React Native projects soon? ❤

    • @TraversyMedia
      @TraversyMedia  4 года назад +36

      Maybe :) but it wouldn't be for a little while

    • @maxm1nd
      @maxm1nd 4 года назад +4

      ​@@TraversyMedia Looking forward to the Udemy React Native training course based on RN CLI.

    • @chethiyaprasanga
      @chethiyaprasanga 4 года назад +1

      Flutter 😘

    • @davidho1258
      @davidho1258 4 года назад +2

      @Traversy Media Dart Please!

    • @theaestheticgenius
      @theaestheticgenius 4 года назад +1

      @@TraversyMedia Do you have any now?? Cause I wanna learn it and when I learn something I wanna learn from the best 😊

  • @khalidelgazzar
    @khalidelgazzar Год назад

    Great introduction to R N. Thank you

  • @alecmather
    @alecmather 4 года назад

    Still by far the best coding teacher on the web, much love for my guy @Brad

  • @ohyeahyeah9571
    @ohyeahyeah9571 4 года назад +23

    Techlead: Why react native is garbage
    A few hours later...
    Traversy Media: ok
    Edit: No hate here just showing the coincidence that both video was uploaded on the same day.
    In fact I appreciate this react native video as I think it is a good technology to use. Sure there may be some cons like what techlead said but all technology have its pros and cons. I feel that saying native is garbage is wrong and maybe he can phrase it in a better way. :)

    • @IppoCrypto
      @IppoCrypto 4 года назад

      nice :))

    • @TraversyMedia
      @TraversyMedia  4 года назад +38

      I can't stand videos like that. It is one persons opinion that probably has never even used the thing. It just brings views

    • @SmartWizzard
      @SmartWizzard 4 года назад

      This is negative or positive, I didn't understand what you were saying

    • @valentim-aires
      @valentim-aires 4 года назад +5

      Idk but I think Techlead right now is kinda lost in his videos

    • @chrisaka8546
      @chrisaka8546 4 года назад

      UI Developer me too

  • @Amir-bz1fk
    @Amir-bz1fk 4 года назад +4

    Wow, This is recorded in 2020 and things have insanely changed in react native in just few months

    • @TheNeonbuffalo
      @TheNeonbuffalo 3 года назад

      Dam, would it be a bad idea to follow this then?

    • @Amir-bz1fk
      @Amir-bz1fk 3 года назад +1

      @@TheNeonbuffalo no, you will need docs for some parts but it's fine

    • @TheNeonbuffalo
      @TheNeonbuffalo 3 года назад

      @@Amir-bz1fk thanks for reply

  • @cromuelbarut9859
    @cromuelbarut9859 3 года назад +1

    great crash course, I'm hoping for React Native and Vue JS Udemy course

  • @anjanapp4322
    @anjanapp4322 28 дней назад +1

    Will you do a crash course on latest version of react native

  • @jp-hz6br
    @jp-hz6br 3 года назад

    Great video! I've used React before and this is a perfect starter code-along for getting going with React Native. Thanks!

    • @jp-hz6br
      @jp-hz6br 3 года назад

      Although I've really struggled to incorporate Expo after creating this react-native app

  • @happytrigger2493
    @happytrigger2493 4 года назад

    i always read peoples comments saying they were just thinking bout learning something and brad uploads..haha well today is my turn

  • @win267
    @win267 4 года назад +2

    Brad, please make React Native course on udemy. Sure there are already others. But no udemy course could deliver the quality of teaching you did. Looking forward to it

  • @ststeve499
    @ststeve499 4 года назад +2

    Wow, Thank so much Mr Brad. You did this video exactly when I needed it.. you're my favorite

  • @BruceLeeBeatz
    @BruceLeeBeatz 4 года назад

    Could make a video about how you make your videos and the way research and learn all this great stuff? It’s overwhelming how many stacks you know and teach!
    Love your content btw!

  • @techaddict1558
    @techaddict1558 3 года назад

    Simple and smart basic react native tutorial.

  • @andrewiglinski148
    @andrewiglinski148 4 года назад +1

    Dude I've been praying for a react native crash course form you. STOKED

  • @thatsalot3577
    @thatsalot3577 2 года назад

    Oh this is everything I need to get started, thanks.

  • @TRIBISTHEGAWD
    @TRIBISTHEGAWD 4 года назад

    If you're having trouble compiling the repo on Mac for iOS then run this command from the root of the project folder:
    cd ios && pod install && cd ..
    Edit: You might also need to unlink native dependencies depending on your version of React Native CLI or if using npx as in my case. Compile and emulate will fail without unlinking from the root of the repo: react-native unlink react-native-vector-icons

  • @champorado2131
    @champorado2131 Год назад

    Hope you come up with an updated version with backend database. Thank you and more power to your channel!

  • @beyondtourismbeyondtourism7242
    @beyondtourismbeyondtourism7242 4 года назад

    Please do a Flutter crash course. It'll be very appreciated by us beginners and will be easier for us to decide between React Native and Flutter

  • @umairzahid9996
    @umairzahid9996 4 года назад

    If anyone getting error on adding alert and uuid like mentioned in video , try this
    Alert error:
    import {Alert} from react-native;
    Alert.alert('Error', 'Empty item', [{text: 'Ok'}]);
    uuid error:
    import {uuid} from uuidv4;
    {id: uuid(), text: 'your text'}
    It's worked for me, i was testing the app on my android device.

  • @yahyeabdirashid9716
    @yahyeabdirashid9716 4 года назад

    i just love the way he teaches thank you so much.

  • @javisl1
    @javisl1 3 года назад +1

    when i try to build the app on ios i get an error that says "IPHONEOS_DEPLOYMENT_TARGET is set to 8.0, but the range of supported deployment targets versions is 9.0 to 14.4.99" how can i resolve this, please

  • @gimnakatugampala3564
    @gimnakatugampala3564 4 года назад

    Thank you for your Effort in Trying to Educate us Brad!!

  • @_anyone5962
    @_anyone5962 3 года назад +1

    I am new here. I cannot run the emulator at 12:21. The error message is "Failed to launch Emulator"... What's wrong?