leonardomarciano / vscode-react-native-snippets

Custom React Native Snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom React Native Snippets

This repository contains few of the snippets that i use in my react native videos on my youtube channel.

Setup Instructions (VSCODE)

  • Open Visual Studio Code
  • CODE > PREFERENCES > USER SNIPPETS > javascriptreact.json
  • Copy the code from this repository into that file.

Snippets

imrnc  - Import React Native Component
imrnfc - Import React Native Functional Component
imrnp - Create Panresponder.create
imrnss - Create React Native Style Sheet
clog   - console.log("$1")

About

Custom React Native Snippets