CalculatorSetting up projectnpx create-expo-app calculator Initializing appnpm start Functional componentimportReactfrom'react';import{Text}from'react-native';importEstilofrom'./estilo';exportdefaultprops=>{return(<><Textstyle={Estilo.fontG}></Text></>)};User snippet for functional component{"Functional Component": {"scope": "javascript,typescript","prefix": "compfunc","body": ["import React from 'react';","import { Text } from 'react-native';","import Estilo from './estilo';","","export default props => {"," return ("," <>"," <Text style={Estilo.fontG}>"," $1"," </Text>"," </>"," )","","};"],"description": "Log output to console"}}