How to Build a Full Stack ToDo App With React Native & Firebase | Part 2/4

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 18

  • @ajaykumaryadav6564
    @ajaykumaryadav6564 3 роки тому +1

    Big fan of yours . just keep uploading to get in top channels . You're knowledge and explanations is insane.

  • @monawoka97
    @monawoka97 4 роки тому +6

    One day this series gonna save some kids whole college education

  • @realtorBG
    @realtorBG 3 роки тому

    amazing

  • @ahsanali580
    @ahsanali580 3 роки тому

    Good coding style

  • @sanitbandekar
    @sanitbandekar 4 роки тому

    🔥🔥🔥

  • @NaveenKumar-oh3sr
    @NaveenKumar-oh3sr 3 роки тому

    Bro please make video about push notification with firebase.

  • @mateobernasconivargas4478
    @mateobernasconivargas4478 3 роки тому +1

    bro I have a bug maybe you can help me out, when I go into todo list no text shows, but I can see the checkbox and add/remove items. I can't edit the text and id doesn't show. Ive been looking for my mistake for a while but can't find where I went wrong. In the ToDoItem file in the edible text component, if I type something where {text} is it does show but still can't edit it and it shows with the crossed line over it no matter if the box is checked or not. Do you have an idea of where I could have gone wrong?? Btw I was around the 44 min mark in this video when I checked the iOS simulator and realized something was wrong but I could have messed up way earlier in the video

    • @FireAppDev
      @FireAppDev  3 роки тому

      Try checking your onChangeText function and make sure it is updating text properly. A good debugging technique is to use console logging to figure out where the code might be messing up.

    • @mateobernasconivargas4478
      @mateobernasconivargas4478 3 роки тому

      @@FireAppDev Thanks for answering, finally found where it went wrong. In the ToDoItem file when making component of EditableText it I think the setState wasn't working, but putting that code back in export default made it work. Not really sure why it didn't work for me but thanks for the help

  • @joshbleijenberg4000
    @joshbleijenberg4000 3 роки тому

    Why do you use functional export components and not just functional components?

    • @FireAppDev
      @FireAppDev  3 роки тому

      Can you elaborate, what do you mean by functional export components? As in why do I separate them into different files?

  • @kabasa12
    @kabasa12 3 роки тому

    Thanks for sharing, I followed your entire instructions but got a warning for "params.saveChanges - Non-serializable values were found in the navigation state".
    I'll be happy if you can tell me how solve this

    • @FireAppDev
      @FireAppDev  3 роки тому +1

      reactnavigation.org/docs/troubleshooting/#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state

  • @joshbleijenberg4000
    @joshbleijenberg4000 3 роки тому

    When updating the listtitle, it is not working because I get the error: VirtualizedList: missing keys for items. But I have the exact same thing as you. What can be wrong?

    • @FireAppDev
      @FireAppDev  3 роки тому +1

      That should be a warning rather than an error. Just add key to the item it can be the index