How to setup React Native with Expo quickly

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

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

  • @ALQAWSI
    @ALQAWSI 8 месяцев назад +34

    "I will zoom in little bit so you can see" none of the tutorials i've watched cares for my eyes.😔
    bro i love you.

  • @WidenerLaw2007
    @WidenerLaw2007 7 месяцев назад +6

    Excellent info! I wish all RUclipsrs would provide such clear and concise info instead of wasting time saying same thing over and over before moving on to the important content. I've timed other tutorials and far too many spend first 3-5 minutes saying nothing more than what they will be teaching. You should have 100K+ subscribers based on how your present your content.

  • @icoderdev
    @icoderdev Год назад +7

    Thanks so much for the insights, I am still working with react in javascript and still have typescript and Next to cover alot before going into React Native.
    I would appreciate your recommendations and suggestions, on your less busy schedules.
    I always ❤ and appreciate your contents and I am very happy coming in contact with your channel.

    • @cosdensolutions
      @cosdensolutions  Год назад +2

      This video will be here for you when you're ready my dude! 🤙 and yes ofc you can post those in the Discord, I answer questions daily there

  • @devanshtiwari3278
    @devanshtiwari3278 Год назад +9

    Please make full tutorial covering all topics of react native there is not many good tutorials on react native in RUclips please make a tutorial

  • @jimreyHam
    @jimreyHam 2 месяца назад

    Great video. Really helped me when you talked about the file structure and what everything is there for. It's allot to look at, as I'm pretty new to code in general.

  • @DanielMateosManjón
    @DanielMateosManjón 2 месяца назад

    Thanks man! I worked a lot with RN but always in the same project so I never started one from scratch hahaha
    Love from Barcelona!

  • @nikosdimou7291
    @nikosdimou7291 8 месяцев назад +5

    dude when i run the android app i have this error Invariant Violation: "main" has not been registered. This can happen if:
    * Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
    * A module failed to load due to an error and `AppRegistry.registerComponent` wasn't called., js engine: hermes what can i do ?

  • @SohaibHasan
    @SohaibHasan 5 месяцев назад

    I enjoyed watching it. Crisp and to the point. Thanks bro.

  • @jay-kv6wn
    @jay-kv6wn Год назад +7

    You should do a complete tutorial on React Native

  • @76Freeman
    @76Freeman 9 месяцев назад +15

    Really, Android is buggy. If you don't set up any iOS emulator you'll get an error too. It isn't that Android is buggy, it's just that Android isn't packed in MacOS so you need to install it and download a virtual device.

    • @cosdensolutions
      @cosdensolutions  9 месяцев назад +5

      the thing is I have multiple virtual devices setup already. I've been on RN for years. Android is buggy

    • @godeons
      @godeons 8 месяцев назад +1

      How can I setup up iOS emulator on windows computer? I already have android emulator

    • @cosdensolutions
      @cosdensolutions  8 месяцев назад

      @@godeons you can't unfortunately. iOS is mac only

    • @76Freeman
      @76Freeman 8 месяцев назад +1

      @@godeons Unfortunately I don't think you can set up an iOS emulator on Windows.

    • @ShovitDutta
      @ShovitDutta 4 месяца назад +1

      Lol Android is Buggy 🤣🤣🤣 nice joke

  • @prashlovessamosa
    @prashlovessamosa Год назад +3

    Can you please more React Native stuff.

  • @Shahriar.Islam0718
    @Shahriar.Islam0718 3 месяца назад

    Thanks bro , You save my day.

  • @Aziz-kw6ct
    @Aziz-kw6ct 7 месяцев назад

    Thank you for such a great tutorial, you're the best .

  • @Sbancr
    @Sbancr Год назад +3

    Dude!!! This helped me so much! Thank you!

    • @milon27
      @milon27 7 месяцев назад

      create video on expo pre build

  • @mishen-thakshana
    @mishen-thakshana 10 месяцев назад

    Good explanation bro thanks. I hope you upload more videos

  • @BolteDev
    @BolteDev 8 месяцев назад +1

    What VSCode theme is this buddy?

  • @RNLDBGPRJR
    @RNLDBGPRJR 7 месяцев назад +1

    A pleasant day Sir ..
    why there was an error :
    C:\Projects\ReactNative\TransactionsList> npx create-react-app financial-transaction --template
    error: option '--template ' argument missing

  • @anghungkt0985
    @anghungkt0985 3 месяца назад

    Thank you so much 🥰🥰

  • @MuhammadRafiq-fx8zz
    @MuhammadRafiq-fx8zz 8 месяцев назад +3

    Sir How can I bring Apple simulator in window

    • @richandbroke2572
      @richandbroke2572 4 месяца назад +1

      cannot, you need macOs for that or you have to use physical iphone device.

  • @SanneMeijerCOM
    @SanneMeijerCOM 3 месяца назад +1

    Bro my terminal just gives me an infinite loading spinner at the "npm install" line. After I've selected name and the navigation template... I tried clean the cache and re-install node but no luck.

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

    I will subscribe for more expo content

  • @Nioxs
    @Nioxs Год назад +2

    Starting Metro Bundler
    › Opening emulator Pixel_4_API_30
    Error: The emulator (Pixel_4_API_30) quit before it finished opening. You can try starting the emulator manually from the terminal with:

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

      fixed

  • @AllenKll
    @AllenKll 7 месяцев назад +2

    I tried this and got a shit ton of errors from the very first command:
    npm WARN EBADENGINE Unsupported engine {
    npm WARN EBADENGINE package: '@react-native/codegen@0.73.3',
    npm WARN EBADENGINE required: { node: '>=18' },
    npm WARN EBADENGINE current: { node: 'v16.13.0', npm: '8.1.0' }
    npm WARN EBADENGINE }
    Is this supposed to do this? you would think something installing for the very first time ever would know what to install and not install broken stuff?
    Also, what is the npx command? is it internal to VSCode?
    I found out an old version of node was installed. uninstalled it. installed new version.
    Doing your "npm run ios" gives me this error:
    √ Xcode must be fully installed before you can continue. Continue to the App Store? (Y/n)
    I typed Y, but it died. Research tells me that Xcode? is an Apple thing? Can I install it on windows? How, if the error comes up?

  • @saim4556
    @saim4556 5 месяцев назад +3

    How to setup React Native with Expo quickly REALY BRO? you have already installed and configured xcode and android studio.

    • @adebayooluwatosin1494
      @adebayooluwatosin1494 5 месяцев назад

      Bro I honestly thought I was going crazy? When did expo come with a simulator?😂

  • @VaniaAbbas
    @VaniaAbbas 28 дней назад

    I donot have the App.js file in my folder. Anyone know what may be the reason?

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

    liked for the android emulator live debugging.

  • @L84PA-T
    @L84PA-T 3 месяца назад

    I've noticed that the Android Studio emulator here works with no stutters. But having the same Pixel 6 with 33rd SDK, on my machine it takes around ten minutes to start the thing. Would appreciate any ideas on why that is the case!

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

    Can the same setup work in github codespaces?

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

    How much time does it take for npm install, mine is taking too long

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

      sometimes that happens. Haven't figured out why, but it just hangs. Try again until it works lol

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

      how long does it take for your npm install to finish? it's happening to my project and i can't find any solutions for it

  • @huybui639
    @huybui639 5 месяцев назад

    now i do like that but I have problem
    ode_modules\expo-router\entry could not be found within the project or in these directories:
    node_modules
    can you fix it pls

  • @adityasagar9078
    @adityasagar9078 11 месяцев назад +1

    Failed to resolve the Android SDK path. Default install location not found: C:\Users\Asus\AppData\Local\Android\Sdk. Use ANDROID_HOME to set the Android SDK location.
    Failed to resolve the Android SDK path. Default install location not found: C:\Users\Asus\AppData\Local\Android\Sdk. Use ANDROID_HOME to set the Android SDK location.
    Error: 'adb' is not recognized as an internal or external command,
    operable program or batch file.
    happens when i open android

    • @Ronaldo-se3ff
      @Ronaldo-se3ff 8 месяцев назад

      you have not installed android studio installed.

  • @IbrahimKamil-e9l
    @IbrahimKamil-e9l Месяц назад

    tnx

  • @BlockCylinder
    @BlockCylinder 20 дней назад

    This has not been my experience at all. I use both Windows and Mac, and ultimately I'd like to publish to both the Play Store and App Store. I can run the starter app in the web browser in Windows only. I get various build errors and runtime errors if I try to run on an Android emulator, in the Expo dev app on my Galaxy S22+, in the browser in MacOS, or on an iPhone simulator in MacOS. It's a mountain of errors, and most of them are not Googling very well. What a mess.

  • @OmarAfet
    @OmarAfet 10 месяцев назад +2

    that means I can do it without buying mac right?

    • @cosdensolutions
      @cosdensolutions  10 месяцев назад +1

      You can if you only want to focus on Android, or you could also get an iPhone to run your app on instead of a mac

  • @mashapoguajay3322
    @mashapoguajay3322 2 месяца назад

    bro im unable to see anything after scanning Qr code from my mobile why ?? can anyone help ,me pls

  • @emmanuelaigbefo5576
    @emmanuelaigbefo5576 8 месяцев назад +1

    i'm getting errors trying to install it😢

  • @farisalahmad6294
    @farisalahmad6294 4 месяца назад

    Should have mentioned that if this was done on windows it woudnt work without xcode , and xcode needs a mac.. just saying worth mentioning .

  • @prasantpant9483
    @prasantpant9483 11 месяцев назад

    can't connect to the physical device

  • @StanThuotte-c5j
    @StanThuotte-c5j Месяц назад

    Cedrick Extension

  • @dhaynemite7893
    @dhaynemite7893 11 месяцев назад

    man i've watching like 20 tutorials and nothing works for me thanks

  • @BarbaraSullivan-s7i
    @BarbaraSullivan-s7i 2 месяца назад

    Daija Cliffs

  • @s_5526
    @s_5526 7 месяцев назад

    you forgot to add environment setup...😒😒

  • @Babugag
    @Babugag 3 месяца назад

    Bro I hate kotlin and android studio. This was the whole reason why I wanted something like expo, but I guess there's no avoiding buggy shtt like android studio..

    • @cosdensolutions
      @cosdensolutions  3 месяца назад

      unfortunately not :( but expo does make it better

  • @insanegamer2918
    @insanegamer2918 6 месяцев назад

    ❤❤❤❤❤

  • @MarlenaRavenel-o4y
    @MarlenaRavenel-o4y Месяц назад

    Raina Ford

  • @jonnynasz
    @jonnynasz 6 месяцев назад +2

    People are so bad in teaching these days

  • @mohsin_maqbool
    @mohsin_maqbool 11 месяцев назад +2

    Microsoft Windows [Version 10.0.19045.3693]
    (c) Microsoft Corporation. All rights reserved.
    C:\WINDOWS\system32>npx create-expo-app --template
    Need to install the following packages:
    create-expo-app@2.1.1
    Ok to proceed? (y) y
    √ Choose a template: » Navigation (TypeScript)
    √ What is your app named? ... my-app
    × Something went wrong in downloading and extracting the project files: Could not parse JSON returned from "npm.cmd pack expo-template-tabs@latest --dry-run".
    expo-template-tabs-49.0.26.tgz
    Error: Unexpected token 'e', "expo-templ"... is not valid JSON
    Error: Could not parse JSON returned from "npm.cmd pack expo-template-tabs@latest --dry-run".
    expo-template-tabs-49.0.26.tgz
    Error: Unexpected token 'e', "expo-templ"... is not valid JSON
    C:\WINDOWS\system32>