TV Apps with React Native

Поділитися
Вставка
  • Опубліковано 24 чер 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_
    #############################
  • Наука та технологія

КОМЕНТАРІ • 31

  • @asyncrohan
    @asyncrohan 3 дні тому +12

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

  • @douglowder
    @douglowder 2 дні тому +5

    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  22 години тому +1

      Thank you for your incredible work Douglas ❤️

  • @giolaq
    @giolaq 3 дні тому +3

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

  • @FaysalBDev
    @FaysalBDev 2 дні тому +1

    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

  • @neversonkawana2395
    @neversonkawana2395 3 дні тому +2

    Always spot on, man🔥🔥🔥

  • @MrAlao675
    @MrAlao675 2 дні тому +2

    This is awesome.

  • @icegoesnice
    @icegoesnice 2 дні тому +1

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

  • @richards16
    @richards16 3 дні тому +1

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

    • @douglowder
      @douglowder 2 дні тому +1

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

    • @galaxies_dev
      @galaxies_dev  23 години тому +1

      Same as with an iOS device!

  • @viewfavorites
    @viewfavorites 3 дні тому +2

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

  • @nro337
    @nro337 3 дні тому +1

    great video!

    • @galaxies_dev
      @galaxies_dev  22 години тому

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

  • @gerardocalia3052
    @gerardocalia3052 3 дні тому

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

    • @favournjoku7594
      @favournjoku7594 3 дні тому

      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

  • @ricardocalixto4472
    @ricardocalixto4472 3 дні тому +1

    What about android TV?

    • @douglowder
      @douglowder 22 години тому

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

  • @inigocilveti3287
    @inigocilveti3287 2 дні тому

    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 2 дні тому +1

      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 3 дні тому

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

    • @galaxies_dev
      @galaxies_dev  23 години тому

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

    • @douglowder
      @douglowder 22 години тому

      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.