Initial commit

This commit is contained in:
Fhj0607
2026-04-15 09:52:24 +02:00
parent 2c7349849c
commit 9633222060
6 changed files with 249 additions and 32 deletions

View File

@@ -1,11 +1,11 @@
import { Image } from 'expo-image';
import { Platform, StyleSheet } from 'react-native';
import { Collapsible } from '@/components/ui/collapsible';
import { ExternalLink } from '@/components/external-link';
import ParallaxScrollView from '@/components/parallax-scroll-view';
import { ThemedText } from '@/components/themed-text';
import { ThemedView } from '@/components/themed-view';
import { Collapsible } from '@/components/ui/collapsible';
import { IconSymbol } from '@/components/ui/icon-symbol';
import { Fonts } from '@/constants/theme';