Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Abaixo segue a lista com todos os Snippets disponíveis e os gatilhos para cada
| `rsduck →` | Cria um Duck com **Reduxsauce** |
| `reactotron-rn →` | Cria arquivo de configuração do **Reactotron** |
| `reactotron-redux-rn →` | Cria arquivo de configuração do **Reactotron** com **Redux** + **Redux Saga** |
| `stc →` | Cria um Styled Component |

<!-- CONTRIBUTING -->

Expand Down
5 changes: 5 additions & 0 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,10 @@
""
],
"description": "Create React Native Reactotron Config with Redux and Redux Saga"
},
"Styled Component": {
"prefix": "stc",
"body": ["export const $1 = styled.$2`", " $3", "`", ""],
"description": "Create Styled Component"
}
}