Skip to content

digsales/Calculator_react-native

Repository files navigation

Calculator

Setting up project

npx create-expo-app calculator 

Initializing app

npm start 

Functional component

import React from 'react'; import { Text } from 'react-native'; import Estilo from './estilo'; export default props => { return ( <> <Text style={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

Watchers

Forks

Releases

No releases published

Packages

No packages published