In this lesson we'll add a Toggle All Complete Button next to the Text Input. We'll show off how components without flex layout affect siblings with flex layout properties.
There are a lot of them. I'd recommend React Native Tools
and React Snippets
or just look at whichever ones have largest installs.
Also I setup my own snippets for a lot of things. You can grab those snippets here https://gist.github.com/browniefed/abc2460df79d9dbae5421cde951e1ed1
Also made http://browniefed.com/vscode/ which you can just type in a few things, paste your code, and it will generate a snippet for you.
What is it called theme you use in vs code?
The theme is called Monokai. If you're in VSCode, open the command palette with cmd + shift + p
. Type Color Theme
and you'll be presented with multiple theme options.
I also use FiraCode
ligature font. You can grab it here https://github.com/tonsky/FiraCode and instructions to use it with VSCode are here https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions
What VSCode extension you use for auto completing html for you?