This video is really helpful, Thank you so much sir. I am saying that in the end you can show the steps to publish it also. It would be very helpful.
@AvikNayak_8 күн бұрын
How is this Qna if there is no functionality for replying to comments?
@climax6515 күн бұрын
Hello sir i tried running the code i keep getting SDK issues
@JoshuaCalebDacutanan15 күн бұрын
Hi man can you make a tutorial to make a mobile app video converter or image converter?
@DrEnginerd118 күн бұрын
You people and your macs
20 күн бұрын
Fantastic in-depth tutorial and great code practices! Would love to see more
@codewithgionatha17 күн бұрын
Thanks so much!
@RohanAgale-g4g22 күн бұрын
i have problem to install packages can you please tell mee how to install all packages or simply tell me how to run this project i have downloaded project from github but tje problem at installing packeges please replay mee
@OlatechTV23 күн бұрын
im actually building an app that i need this music screen there and im unable to build it
@kuki20825 күн бұрын
I'm new, let me ask what app you use to code and how to emulate that iPhone screen?
@CodewithVishesh27 күн бұрын
can we use this app in android
@noormuhammad88829 күн бұрын
Quick question: What is the best practice for deploying a mono-repo? Maybe you can create a part 2 of this explaining deployment
@wenginАй бұрын
Great tutorial - as an experienced React developer it gave a perfect introduction into Electron framework. Great tutorial speed an scope, excellent project for learning and speed was just right. I feel motivated to implement my first Electron project now - seems to be the perfect platform for writing nice frontends.
@ega6562Ай бұрын
Grazie Gionatha ! Unfortunately, Expo52 came along, with the new architecture which will be mandatory on Expo53... Did someone already test this nice piece of code under this configuration??? Thanks for the information...
@codewithgionathaАй бұрын
Hi, unfortunately I developed the app using Expo SDK 50, so breaking changes might have been introduced in the following versions, especially with Expo SDK 52 witch brings the new React Native bridgeless architecture. My advice is to trying following the tutorial with the SDK 52 already installed, otherwise migrating afterward might be non trivial.
@ega6562Ай бұрын
I have tried the code « as is » in expo 50 and got a problem with useMemo errors… …maybe i should take some days off 😇😇😇😉
@ega6562Ай бұрын
@@codewithgionatha My God.. ..it won't be easy.. on Expo52, bridge less mode.....i've just implemented the useSetupTrackPlayer hook, and call it in _layout.tsx.. ...it compiles without error, but as soon as call TrackPlayer.setupPlayer, or set the Capabilities... it crashes without any information but a dialog saying it can't run on IOS... :s :s
@bestofeleven3164Ай бұрын
does it play music in background
@cafecomjavascriptАй бұрын
Hi, thank you for your tutorial❤ how do you implement responsive design in React Native?
@codewithgionathaАй бұрын
With React Native StyleSheet
@cafecomjavascriptАй бұрын
@@codewithgionatha but how? Could you provide an example that works fine in mobile and a tablet?
@HasanAli-vp6ciАй бұрын
Fantastic project
@KrishT0Ай бұрын
in windows if frame if false then nothing is shown for maxmize, min & close stufs
@Sky-jg4qm2 ай бұрын
Dont use npm, buggy in MDXEditor
@yusufbasc72322 ай бұрын
thank you sir for this great job 🙌🙌
@ryanfrprints2 ай бұрын
does it save the notes after exiting the app?
@MuhammadFahreza2 ай бұрын
if I minimize thr app and go to lock screen, will the audio playback can be managed via Lock Screen control / such stuff?
@bilal-khan2 ай бұрын
Bro I am anxiously waiting for your next video.
@t_park2 ай бұрын
Thank you very much, I learned a lot :)
@Furkan-ce6ww2 ай бұрын
Is there no database or backend part? Where did we get the music list from?
@codewithgionatha2 ай бұрын
For this project we're using a static file as a database, but it can be easily extended to read from the underline device filesystem..
@Jay-pj7ob2 ай бұрын
the component code really looks like shadcn
@codewithgionatha2 ай бұрын
Correct, the approach is almost identical
@Furkan-ce6ww3 ай бұрын
Which database and backend did we use in this project?
@vuagacha3 ай бұрын
I'm building an app from my old react web app code but I'm getting an issue that the electron built app can not redirect like web through react router dom so I want to see whether if anyone have any solutions about this. I used loadFile index.html from built folder web to run into main.js electron file
@vuagacha3 ай бұрын
may I ask that does this application need to run UI server or can build it and run without turning on server?
@codewithgionatha2 ай бұрын
No server needed, just the application itself
@jubayerrahman84473 ай бұрын
Why my exe file is showing 404 not found? I am really confused
@Opyjoestudio3 ай бұрын
I can't find the .vscode folder, hence can't open it
@thuongphung56463 ай бұрын
Great! Could you share figma design this app?
@insensibility3 ай бұрын
Can you do more of React Native, man? You're a great teacher!
@deryasonmez25243 ай бұрын
Is it possible to make a full page UI in Storybook, not just a button? Also, can we understand whether the button works correctly when we press it?
@iamblue82723 ай бұрын
Would be nice to have a tutorial on how to make this app with a local library
@summertern3 ай бұрын
amazing bro
@interestingly053 ай бұрын
How did you get that terminal in VScode with the autocomplete feature and themes?
@codewithgionatha3 ай бұрын
Well the VSCode terminal is using zsh which has plugins for themes and autosuggestions (github.com/zsh-users/zsh-autosuggestions)
@Drop-Code3 ай бұрын
Hey friend, I wanted to see how to minimize the control bar to play and pause in the background
@MenteCuriosa-Oficial3 ай бұрын
"Hello! I would like to suggest a very useful project for your channel: a complete school management software. It would allow for the registration of students and teachers, the inclusion of grades, tracking of school attendance, and also have a robust financial area. In this area, it would be possible to issue invoices for guardians, track payments, and generate the teachers' payroll. It would be amazing to see the development of a system with all these features, teaching step by step how to create a practical and efficient solution for schools!"
@reyashree21523 ай бұрын
09:57 you're configuring something into your main.ts file under storybook folder what is that and where did you get from that, would be so nice if you helped me out
@twezo4 ай бұрын
eslint is depreciated. nice. im cooked.
@rusurveillancetaskforce4 ай бұрын
Before I commit to watching this, can you do everything he does and follow along using Metro instead? I have a raging hate for expo. I mean YES that's the point of EXPO it PROVIDES THIS THAT YADDA YADDA what if I want it the harder way, what if I want to setup my own router, or learn how to use a bare filesystem, abstract it away etc.? It's like ok don't reinvent the wheel, but this isn't C, this is abstraction layers upon abstraction layers of many technologies, for learning purposes don't use expo Jesus is this so hard.
@bilal-khan4 ай бұрын
Just wondering about the use of caching query functions? You are wrapping the functions with cache? why do you need do this when Nextjs is strong at caching?
@codewithgionatha4 ай бұрын
Great question! By default, Next.js only caches fetch functions automatically. However, since we're using the Prisma Client SDK instead of fetch functions, we need to handle caching manually. Otherwise, we risk executing the same queries multiple times when rendering different components.
@bilal-khan4 ай бұрын
@@codewithgionatha the amount of knowledge that I have learnt from this video is phenomenal. Dude you are awesome to release such videos. Please keep them coming. I haven't even done half of the video and I am already an expert lol. When is the next video coming ?
@codewithgionatha4 ай бұрын
@@bilal-khan I’ll try my best to keep releasing new videos at a reasonable pace 😃 I hope to release a new video before the end of the year.
@bilal-khan4 ай бұрын
@@codewithgionatha looking forward
@ThomasSpellman4 ай бұрын
Thanks!
@codewithgionatha4 ай бұрын
Wow! Thanks so much 🙏
@k0secha4 ай бұрын
Im working on a PC and using Expo Go on an iphone. I followed your tutorial all the way to where you are installing xcode with the simulator. I'm a little confused, are you saying this project cannot be done on Windows? I didn't see that anywhere before I started working on it so wanted to check. When i run npx expo start it generates a QR code which i was successfully able to open on the iPhone with Expo Go, but I can't use this setup? Thanks in advance.
@Geuni6204 ай бұрын
That's an incredible video. I've learnt a lot from it. Thank you ❤
@codewithgionatha4 ай бұрын
I'm glad :)
@ryannwaneri63524 ай бұрын
Notice to people trying to follow this for android some of the things he uses here are ios specific for instance some of the options in the native stack navigator options so you should try finding ways around this and follow up with the rest of the tutorial
@anasazitff4 ай бұрын
exactly, are you done implementing this using android? if yes, share source code.
@GM_Development4 ай бұрын
Great Job @gionatha The next app books app ?
@dineshsingh-kw6lt4 ай бұрын
great tutoral, very helpfull for music app I am developing
@kasvith4 ай бұрын
Hey can you do a video about creating a design system with RN