我有一个应用程序,它有3个组件,有来自API的数据和所有组件数据来自API。所有组件都被调用到单个屏幕中。我如何应用pull来刷新那个页面?我做了所有预期的条款,但没有找到解决方案。
vlju58qv1#
import { ScrollView } from 'react-native';
使用滚动视图的RefreshControll属性这里的链接显示了RefreshControll的例子,你可以使用onRefresh函数中的call API来更新组件的数据。https://reactnative.dev/docs/refreshcontrol
1条答案
按热度按时间vlju58qv1#
使用滚动视图的RefreshControll属性
这里的链接显示了RefreshControll的例子,你可以使用onRefresh函数中的call API来更新组件的数据。
https://reactnative.dev/docs/refreshcontrol