import React from 'react'; import {StyleSheet, View} from 'react-native'; import rpx from '@/utils/rpx'; import ThemeText from './themeText'; export default function ListReachEnd() { return ( ~~~ 到底啦 ~~~ ); } const style = StyleSheet.create({ wrapper: { width: '100%', flex: 1, minHeight: rpx(100), justifyContent: 'center', alignItems: 'center', }, });