Explore Galaxies.dev today - your shortcut to learn React Native ⚡
@DogecoinBros7 күн бұрын
Thanks for showing all this...does this cost anything?
@douglowder5 ай бұрын
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_dev5 ай бұрын
Thank you for your incredible work Douglas ❤️
@asyncrohan5 ай бұрын
This is good to see my own streaming app on tv 😅 , my family will proud on me 😂😂
@galaxies_dev5 ай бұрын
It feels magical
@giolaq5 ай бұрын
I just build a tv app with a customized drawer using your video about expo drawer 😊 😎
@galaxies_dev5 ай бұрын
Niiiice!
@ohhellothere1713 күн бұрын
Please make a dedicated video on adding support for remote/D-pad control and integration for SDK 51 and above for the Expo TV app, love your content btw
@abdulazizalshamma40053 ай бұрын
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 ?
@richards165 ай бұрын
How did you use live reload on your Apple TV?? Great video!
@douglowder5 ай бұрын
Fast refresh and most other RN debugger features work the same on TV as on the phone :)
@galaxies_dev5 ай бұрын
Same as with an iOS device!
@FaysalBDev5 ай бұрын
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_dev5 ай бұрын
Thanks for the ideas!
@giolaq4 ай бұрын
@@galaxies_devjust deployed a react native tv app on my LG tv 😊 let me know if you want a recap!
@dearalex20563 ай бұрын
Nice video! How deploy in your tv?
@nikolas92622 ай бұрын
Thank you for the great content!
@galaxies_dev2 ай бұрын
Glad you enjoy it!
@neversonkawana23955 ай бұрын
Always spot on, man🔥🔥🔥
@galaxies_dev5 ай бұрын
Thank you!
@viewfavorites5 ай бұрын
Is there a way for apple watch with react-native?
@eliasgarcia11465 ай бұрын
I want to know the same
@galaxies_dev5 ай бұрын
Of course there is! Will see what I can do 💪
@MrAlao6755 ай бұрын
This is awesome.
@galaxies_dev5 ай бұрын
Thank you!
@DevHome-l3dАй бұрын
is there is any option / configuration that we will directly boot into our app, when tv is turned on and it will automatically boot into our app for smooth user experience as mostly used in digital signage systems
@satyak13374 ай бұрын
How do you deploy to your tv ??
@dearalex20563 ай бұрын
Did you manage to install it on your tv?
@codewithwahab_3 ай бұрын
Can we convert our current react native expo app to tv app?
@dearalex20563 ай бұрын
Its a good question. Did you manage to install it on your tv?
@kevinb1594Ай бұрын
If you're on M1 get ready to have a fun time upgrading/downgrading versions of JAVA and Gradle for 4 hours trying to get the project to open on android emulator
@abdulazizalshamma40053 ай бұрын
can this setup also run mobile apps or it should be another project?
@icegoesnice5 ай бұрын
I'm freakin grateful for every video you drop ✊🏾Thanks!! Your consistency helps me to keep up mine 😁🙏🏾🙏🏾
@galaxies_dev5 ай бұрын
I appreciate that!
@mycloudvip4 ай бұрын
Hi, will this work on Samsung TVs in the future?
@galaxies_dev4 ай бұрын
I haven't tried yet
@waso54 ай бұрын
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?
@Devlopsofar4 ай бұрын
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_dev4 ай бұрын
You have to use "replace" on the link component or with the router!
@nro3375 ай бұрын
great video!
@galaxies_dev5 ай бұрын
If you enjoyed it, maybe you can share the channel with your RN colleagues ✌️
@gerardocalia30525 ай бұрын
I can’t find a list of tv manufacturer supported by expo
@favournjoku75945 ай бұрын
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
@ricardocalixto44725 ай бұрын
What about android TV?
@douglowder5 ай бұрын
Android TV is fully supported with Expo and the React Native TV repo!
@inigocilveti32875 ай бұрын
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.
@douglowder5 ай бұрын
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.
@andreaslautenschlager33885 ай бұрын
Using a fork of react-native? This is somehow a no go for me...
@galaxies_dev5 ай бұрын
It comes with a cost, maybe only keep the TV part in a project and have a separate project for native apps
@douglowder5 ай бұрын
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.
@awinterarsenal4 ай бұрын
We have successfully launched tvos and androidtv apps using this method since last March. It running okay. Thanks @douglowder for your efforts