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
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.
@@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
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
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?
Big fan of yours . just keep uploading to get in top channels . You're knowledge and explanations is insane.
One day this series gonna save some kids whole college education
amazing
Good coding style
🔥🔥🔥
Bro please make video about push notification with firebase.
Will do!
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
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.
@@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
Why do you use functional export components and not just functional components?
Can you elaborate, what do you mean by functional export components? As in why do I separate them into different files?
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
reactnavigation.org/docs/troubleshooting/#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state
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?
That should be a warning rather than an error. Just add key to the item it can be the index