TV Apps with React Native

Sdílet
Vložit
  • čas přidán 8. 09. 2024
  • Did you know you can build TV Apps with React Native? Check out how to get started in minutes and deploy your React Native app to Apple TV!
    🔥 Learn React Native FAST: galaxies.dev
    #############################
    ❤️ You can also find me on:
    Twitter: / schlimmson
    Instagram: / simongrimm_
    #############################

Komentáře • 46

  • @galaxies_dev
    @galaxies_dev  Před 2 měsíci +1

    Explore Galaxies.dev today - your shortcut to learn React Native ⚡

  • @douglowder
    @douglowder Před 2 měsíci +9

    Hi thanks for the great tutorial! I'm the maintainer of react-native-tvos and the author of with-router-tv template and Expo TV config plugin, and we at Expo really appreciate this :)

    • @galaxies_dev
      @galaxies_dev  Před 2 měsíci +1

      Thank you for your incredible work Douglas ❤️

  • @asyncrohan
    @asyncrohan Před 2 měsíci +14

    This is good to see my own streaming app on tv 😅 , my family will proud on me 😂😂

  • @giolaq
    @giolaq Před 2 měsíci +4

    I just build a tv app with a customized drawer using your video about expo drawer 😊 😎

  • @FaysalBDev
    @FaysalBDev Před 2 měsíci +2

    would be amazing to learn more with one of your existing examples, especially with big lists because the specs of tvs are way less than mobile devices, also would love to learn how to deploy it to lg devices with the webos cause I know it is possible I just don't know how to do it, and couldnt find any resource for that! Thank you

    • @galaxies_dev
      @galaxies_dev  Před 2 měsíci +1

      Thanks for the ideas!

    • @giolaq
      @giolaq Před měsícem +1

      @@galaxies_devjust deployed a react native tv app on my LG tv 😊 let me know if you want a recap!

  • @abdulazizalshamma4005
    @abdulazizalshamma4005 Před 18 dny +1

    can you show us a single react native project that run a mac/window app, android/apple tv app, and ios/android mobile app from the same project , or thats impossible ?

  • @viewfavorites
    @viewfavorites Před 2 měsíci +3

    Is there a way for apple watch with react-native?

  • @icegoesnice
    @icegoesnice Před 2 měsíci +1

    I'm freakin grateful for every video you drop ✊🏾Thanks!!
    Your consistency helps me to keep up mine 😁🙏🏾🙏🏾

  • @neversonkawana2395
    @neversonkawana2395 Před 2 měsíci +2

    Always spot on, man🔥🔥🔥

  • @richards16
    @richards16 Před 2 měsíci +2

    How did you use live reload on your Apple TV??
    Great video!

    • @douglowder
      @douglowder Před 2 měsíci +2

      Fast refresh and most other RN debugger features work the same on TV as on the phone :)

    • @galaxies_dev
      @galaxies_dev  Před 2 měsíci +2

      Same as with an iOS device!

  • @dearalex2056
    @dearalex2056 Před 24 dny

    Nice video! How deploy in your tv?

  • @MrAlao675
    @MrAlao675 Před 2 měsíci +2

    This is awesome.

  • @abdulazizalshamma4005
    @abdulazizalshamma4005 Před 18 dny

    can this setup also run mobile apps or it should be another project?

  • @codewithwahab_
    @codewithwahab_ Před 29 dny +1

    Can we convert our current react native expo app to tv app?

    • @dearalex2056
      @dearalex2056 Před 24 dny

      Its a good question. Did you manage to install it on your tv?

  • @nro337
    @nro337 Před 2 měsíci +1

    great video!

    • @galaxies_dev
      @galaxies_dev  Před 2 měsíci

      If you enjoyed it, maybe you can share the channel with your RN colleagues ✌️

  • @waso5
    @waso5 Před měsícem

    I follow every step and I keep getting this error CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65, do you know why?

  • @satyak1337
    @satyak1337 Před měsícem +1

    How do you deploy to your tv ??

    • @dearalex2056
      @dearalex2056 Před 24 dny

      Did you manage to install it on your tv?

  • @mycloudvip
    @mycloudvip Před 2 měsíci

    Hi, will this work on Samsung TVs in the future?

  • @Devlopsofar
    @Devlopsofar Před 2 měsíci

    How can I use expo router to navigate from onboarding page to login and preventing user from going back to the onboarding? Can you help me with this please

    • @galaxies_dev
      @galaxies_dev  Před 2 měsíci

      You have to use "replace" on the link component or with the router!

  • @ricardocalixto4472
    @ricardocalixto4472 Před 2 měsíci +1

    What about android TV?

    • @douglowder
      @douglowder Před 2 měsíci

      Android TV is fully supported with Expo and the React Native TV repo!

  • @gerardocalia3052
    @gerardocalia3052 Před 2 měsíci

    I can’t find a list of tv manufacturer supported by expo

    • @favournjoku7594
      @favournjoku7594 Před 2 měsíci

      The video shows it builds apps for tv os from apple and tvs running on android. It doesn't say anything about other tvs that run linux or some custom os

  • @inigocilveti3287
    @inigocilveti3287 Před 2 měsíci

    I've had to make a tv app for androidtv, tvos and samsung (tizen), I used Renative, a wrapper around react native that covered tv and such. Worst developer experience of my life, wouldn't recommend getting into tv app development.

    • @douglowder
      @douglowder Před 2 měsíci +2

      This is up to date with the latest Expo packages and React Native core APIs, and will give you a MUCH better experience for Apple TV and Android TV.

  • @andreaslautenschlager3388
    @andreaslautenschlager3388 Před 2 měsíci

    Using a fork of react-native? This is somehow a no go for me...

    • @galaxies_dev
      @galaxies_dev  Před 2 měsíci

      It comes with a cost, maybe only keep the TV part in a project and have a separate project for native apps

    • @douglowder
      @douglowder Před 2 měsíci +1

      The fork is continuously kept up to date with the code from RN core, and supports both TV and mobile devices. The Expo doc for TV shows how to use prebuild to regenerate the native ios and android directories for either TV or phone.

    • @awinterarsenal
      @awinterarsenal Před měsícem

      We have successfully launched tvos and androidtv apps using this method since last March. It running okay. Thanks @douglowder for your efforts