File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 88 " ${3}" ,
99 " `" ,
1010 " " ,
11+ " const ${4:Text} = styled.${5:Text}`" ,
12+ " ${6}" ,
13+ " `" ,
14+ " " ,
1115 " export {" ,
12- " ${1:Container}" ,
16+ " ${1:Container}, ${4:Text}, " ,
1317 " }"
1418 ],
1519 "description" : " Create React Native Styled Components file"
1923 "prefix" : " rnfc" ,
2024 "body" : [
2125 " import React from 'react'" ,
26+ " import Icon from 'react-native-vector-icons/MaterialIcons'" ,
27+ " " ,
28+ " import { api } from '~/services/api'" ,
2229 " " ,
23- " import { Container } from './styles'" ,
30+ " import {" ,
31+ " Container," ,
32+ " Text" ,
33+ " } from './styles'" ,
2434 " " ,
2535 " export default function ${1:${TM_DIRECTORY/^.*(\\ /|\\\\ )([^(\\ /|\\\\ )]+)$/$2/}}() {" ,
2636 " return (" ,
27- " <Container />" ,
37+ " <Container>" ,
38+ " <Text>Test</Text>" ,
39+ " </Container>" ,
2840 " )" ,
2941 " }" ,
3042 " "
You can’t perform that action at this time.
0 commit comments