import React from 'react' import { View, Text } from 'react-native' export default function $1() { return ( <View> <Text> $2 </Text> </View> ) }