Exercises_curso react native
1.0.0
npx create-expo-app [project name]
npm start
import React from 'react' ;
import { Text } from 'react-native' ;
import Estilo from './estilo' ;
export default props => {
return (
< >
< Text style = { Estilo . fontG } >
</ Text >
</ >
)
} ; {
"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"
}
}