Skip to content

Repository files navigation

Calculator

Setting up project

npx create-expo-app calculator

Initializing app

npm start

Functional component

importReactfrom'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"}}

About

Calculator project created with React Native

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages