How does react scroll horizontally?

clipboard.png

this icon may have hundreds of pieces of data, but if it can"t be displayed on one screen, I want it to scroll horizontally to show the data that has not been displayed, which cannot be realized with css. Is there a boss in react-native, who knows the relevant plug-ins or how to write it?


sets the width to the chart component, which may be calculated based on the data.
then set overflow-x: auto on the outer div .

Menu