import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; export function HelloWave() { return ( 👋 ); } const styles = StyleSheet.create({ text: { fontSize: 28, lineHeight: 32, marginTop: -6, }, });