React Native: Edit item in Flatlist | Editable FlatList

preview_player
Показать описание

- In this video, I show you How to do Editable FlatListEdit item data in Flatlist in React Native

PlayList Tutorial React Native:
Рекомендации по теме
Комментарии
Автор

Thank very much!!! This video what i need for my study case. I know how to create, read, and delete(manipulate array). but, i get stuck when update dummy data(data array).

edit: oh, yeah. it's worked(with modifying code for my study case).

waaagh
Автор

brother you are awesome .... keep helping like this . I am glad i got your channel

ajaykumaryadav
Автор

Hi, help me please.
how to return initial state DATA after unmount or Didmount?

karoche-tv
Автор

is This best solution?
every item will be re-render?

vovanchau
Автор

Thank you, you absolute fucking legend

siddid
Автор

Great tutorial, but in my case the Modal is getting re-render after every character input change. My case: <Text>{fName}</Text> <Text>{lName}</Text> => button -> opens Modal with two <TextInput> with default values fName and lName, whenever I try to enter any character it re-renders the modal. How to prevent that, edit the text, save and will reflect the same on the <Text/> after modal close.
Awaiting for your reply...please reply soon.

mayursarode
Автор

this is very pathetical to make such kind of video.... instead of this just share the source code leave it.!!

sumitsingh
Автор

Any tutorial about editable text input?

ddikodroid