import { Image, Platform } from 'react-native';
import { HelloWave } from '@/components/HelloWave';
import ParallaxScrollView from '@/components/ParallaxScrollView';
import { Text, View } from 'react-native';
export default function HomeScreen() {
return (
}>
Welcome!
Step 1: Try it
Edit app/(tabs)/index.tsx to see changes. Press{' '}
{Platform.select({ ios: 'cmd + d', android: 'cmd + m' })}
{' '}
to open developer tools.
Step 2: Explore
Tap the Explore tab to learn more about what's included in this starter app.
Step 3: Get a fresh start
When you're ready, run npm run reset-project to get a fresh{' '}
app directory. This will move the current{' '}
app to app-example.
);
}