🔴 Build Full Stack Social Media App in React Native | Supabase | React Native Tutorial for Beginners

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

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

  • @vitorpeixoto2324
    @vitorpeixoto2324 3 месяца назад +8

    Dude, you take the idea of ​​componentization seriously, huh? I follow your tutorial. Top-notch study material. Once again, Thank you!

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

    I only have 43 minutes of video, but I have to say: your technique with mobile UI is incredible! Thanks for sharing!

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

      @@vitorpeixoto2324 thank you 🙏

  • @Eggs.forsale
    @Eggs.forsale 2 месяца назад +4

    Bro's save my hair loss of over thinking.❤❤❤❤From NYC

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

    Good video, this is the way to go, full stack mobile app builds are good for youtube

  • @viomeshowers
    @viomeshowers 2 месяца назад +1

    Thank you for this project, I have been able to follow through to the end. It has helped me to understand important concepts with supabase

  • @parhetotoure8902
    @parhetotoure8902 3 месяца назад +2

    Thank you for this excellent training, and the great work you've done.
    for my part, I used Python and Django as my backend, and the result is perfect.
    Thanks

  • @aryanhedaoo1654
    @aryanhedaoo1654 17 дней назад

    Thank you dude
    Great video 👍

  • @nirpendrapatel6717
    @nirpendrapatel6717 2 месяца назад +1

    great tutorial. I learned a lot.

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

    it was very helpful, thank you ❤❤

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

    It is awesome, thanks for the tutorial

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

    super bien ejecutado el codigo muy buen video muchas gracias

  • @truyenle6960
    @truyenle6960 3 месяца назад +6

    can you tell me what extensions you used to code this application, i followed but it doesn't show the suggestions as i expected, thanks :33

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

    you can RTK for better state management

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

    Brother can you make a rtl tutorial please? Its not working properly in the latest expo

  • @everythingselect6625
    @everythingselect6625 Месяц назад

    9:24 for ios, it shows "- npm run ios # you need to use macOS to build the iOS project - use the Expo app if you need to do iOS development without a Mac". what do I do?

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

    thank you

  • @AnshulDayavaan
    @AnshulDayavaan Месяц назад

    day 1 33:33 / 6:36:22

  • @dilshansilwa8397
    @dilshansilwa8397 10 дней назад

    Good

  • @juniorMr
    @juniorMr Месяц назад

    Is it better learning firebase or supabase?

  • @mayureshwani2458
    @mayureshwani2458 Месяц назад +2

    Error: Exception in HostFunction: TypeError: expected dynamic type `array', but had type `string'
    Time:- Create Post
    Solution:-
    Navigate to node_modules -> react-native-pell-rich-editor -> RichEditor.js.
    On line 270, change dataDetectorTypes={'none'} to dataDetectorTypes={["none"]}.

  • @berdailabs
    @berdailabs Месяц назад

    Do you use any state management lib like zustand

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

    You are Good better best

  • @NtandoEugine
    @NtandoEugine 22 дня назад

    on 1:27:00 my app says bridgeless mode is enabled and screen went white

  • @cubedev4838
    @cubedev4838 2 месяца назад +1

    Please make ecommerce using supapase expo router

  • @EzieDeCreator
    @EzieDeCreator 3 месяца назад +2

    Hello very good video. Only issue I have is struggling to see the code you write cus you didn’t zoom the video closely enough. Please you can zoom in closely so we can easily see the code you writing. Thank you once again.

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

    Do you ever go through the process of actually deploying your app to Google Store or App Store?

  • @jesse578
    @jesse578 15 дней назад +1

    WARNING: Setting the RLS policy to ALL for everyone will allow anyone to edit/delete/update anyone's data in that table. I would only allow read access through RLS and do the rest through an dedicated API with proper permission handling and rate limiting.

  • @radosawwojciechowski4864
    @radosawwojciechowski4864 18 дней назад

    Hello,
    First of all I would like to thank you for this tutorial. I learned a lot from it.
    I would also like to ask you for help. I followed your video and stopped at editing the profile because unfortunately I don't know why, but after changing the data the query to supabase is not sent, and loading is running and running. I can't find the error in my file. Can you tell me what could be wrong, why is this happening? I can upload the code to pastebin if it's easier
    Thanks in advance for your reply

    • @radosawwojciechowski4864
      @radosawwojciechowski4864 17 дней назад

      I managed to fix the loading problem that was looping, but now when uploading a photo I get an error:
      Something went wrong [TypeError: _supabase.supabase.storage.upload is not a function (it is undefined
      What could I have done wrong?

    • @silentscopez1364
      @silentscopez1364 17 дней назад

      Have you fixed the error? I’m going to start this tutorial in a few days. Want to get the basics down so I can build my own

  • @straightuprecordlabel3254
    @straightuprecordlabel3254 Месяц назад

    can you include a user's 'delete account?'

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

    I need assistance, after I've created the RichTextEditor component on the newPost file - the newPost file becomes an unmatched route when trying to route to it. When I take the RichTextEditor away it seems to work, but when I add the RichTextEditor component to the newPost file, it becomes an unmatched route. What should I do, I kindly ask for assistance with this error.

  • @zonefortyeight349
    @zonefortyeight349 Месяц назад

    When I got to the part where your email wouldn't show up, my email did show up on my profile but the user's name didn't show up. I went back several times to no avail. Did something change recently that I'm not aware of?

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

    Is that video trim feature not working for android?

  • @P.ankeet
    @P.ankeet 12 дней назад

    36:00

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

    Is it possible to deploy on play store ?

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

    Hi, will you be able to make courses for beginners to pros someday?

  • @FortuneOlurode-v6l
    @FortuneOlurode-v6l 3 месяца назад

    where do we get the theme file from

  • @VINSMOKExOSKI
    @VINSMOKExOSKI Месяц назад

    20:32

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

    where can i get the theme.js code

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

    Sir please create a apk but my case apk design complete but expo apk build hoti hai tab app crash ho raha hai jo aap ne banaye hai vo project ki bhi apk nahi baan Rahi hai please help us

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

    1:04:00, 1:43:00

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

    Kya ma as ka source code use ker k app run ker skta ho

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

    where is the source code do you have free

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

    Tenku

  • @info.kannada
    @info.kannada 2 месяца назад

    i followed your coding but file uploading error showing please guide me the problem

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

      File uploading error usually occurs when your network connection is poor especially on iOS simulator. Try with android device or emulator with strong network connection if error persist recheck your code

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

    sir supa base firebase thease is limmited is most of country ? why u use this tech that 30 country can not even use

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

    I think it would be much better to use a realistic database instead of supabase.

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

    Bought your source code, why is everything in there so outdated? Why don't you maintain it if you even selling it?

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

      I'll check and update, apologies for inconvenience.

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

      I checked.
      run this command "npx expo install --fix"
      this will auto install the compatible versions of the libraries.

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

      @@codewithnomi Thanks for the warm support you provided on email bro. All is well thanks.

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

    Bro can you make a news app like Inshorts providing a our local news of our surrounding area without news api
    please make a video on roadmap that how to upload a customizable news in our app as early as possible

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

    please any react native developper can help me with this answer
    if I use and Api key in my react native app is their any way to protect this key or not ? because I see this video say its not secure
    ruclips.net/video/rpQG6kZcrHU/видео.html

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

      Unfortunately you cannot protect the key if sharing just leave it blank so API key can be inputted by the user

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

    Kotlin better