As shown below
ListView.DataSource is not something in react-native? How can I use it directly on the web?
Isn’t react-native supposed to be packaged and run in the app? This is the drop-down refresh loading in mobile.ant.design. I didn't quite understand the listview in it at first. Later, I searched and found that ListView.DataSource is in react-native. Is it possible to use it like this? It doesn't work. Thank you for your advice. Thank you all
I have never used native, but cross-platform is possible for UI libraries. You must consider various aspects such as framework limitations. What is the difference between app, mobile terminal and PC terminal? What does the ui library do? A good pure UI layer framework can definitely adapt to the
mobile terminal
interface. As for whether the internal logic of the component is consistent with the framework, you need to go to the ant official website to find out. Maybe it’s just the same name