Initial commit: expo-popcore-app

This commit is contained in:
imeepos
2025-12-25 16:25:55 +08:00
commit 02d0c807cd
160 changed files with 39560 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import Svg, { Path } from 'react-native-svg';
export const NoNewsIcon = () => (
<Svg width="56" height="56" viewBox="0 0 56 56" fill="none">
<Path d="M0 56.0001H56V7.77245e-05H0V56.0001Z" fill="white" />
</Svg>
);