You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a flatlist, which will place elements side by side rather than one below other, using horizontal attribute.
Provide 3 or more values.
Expected Behavior
The list must scroll horizontally.
Actual Behavior
The app goes horribly unstable and the state keeps on refreshing (render method gets called again and again continuously).
Reproducible Demo
As you can see the logs, there are only 3 records, and the state, of the component, keeps refreshing and hence it does not work smoothly. If I remove horizontal attribute, everything goes fine.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.
stalebot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Nov 13, 2017
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: react-native: 0.47.2node -v
: v8.4.0npm -v
: 5.4.1yarn --version
: 0.27.5Then, specify:
iOS
macOS
Atom
Steps to Reproduce
(Write your steps here:)
Expected Behavior
The list must scroll horizontally.
Actual Behavior
The app goes horribly unstable and the state keeps on refreshing (render method gets called again and again continuously).
Reproducible Demo
As you can see the logs, there are only 3 records, and the state, of the component, keeps refreshing and hence it does not work smoothly. If I remove horizontal attribute, everything goes fine.
The text was updated successfully, but these errors were encountered: