-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
Is this a bug report?
Yes, this is a bug of FlatList. After remove a index value from flatlist array, then rendering item some view is missing. Re-render is breaking in many portion.
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: iOS, Android
Packages:
"react-native": "^0.44.0",
"react": "16.0.0-alpha.6",
Steps to Reproduce
- We list item of array in FlatList View.
- Remove one item index from array which provide in FlatList view.
- After remove render view break or hide for some item not for all item.
- After refresh the view render issue will be same.
Expected Behavior
Rener view will be same as before and after remove index from flalist array item. No view will be changes if we delete index or add a new index in middile or in end or in start.
Actual Behavior
- First time array item in FlatList is showing properly.
- When we delete one index value from array FlatList item some view will hide.
- After close app again open the app then its again works fine.
- Why auto render will not working and also not working when doing pull to refresh.
- But it's working fine for loadmore item render.
Please provide any solution for this FlatList view, maybe flatlist store old data and we should delete old data store. But don't know how to remove the old data store history form flatlist.
Metadata
Metadata
Assignees
Labels
StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.