This repository contains few of the snippets that i use in my react native videos on my youtube channel.
-
Open Visual Studio Code
-
CODE > PREFERENCES > USER SNIPPETS > javascriptreact.json
-
Copy the code from this repository into that file.
-
In case your snippets don't work, try and copy it into :
-
CODE > PREFERENCES > USER SNIPPETS > javascript.json
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")