Add a Toggle All Complete Button with React Native TouchableOpacity

Jason Brown
InstructorJason Brown
Share this video with your friends

Social Share Links

Send Tweet
Published 7 years ago
Updated 5 years ago

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.

Dev
Dev
~ 7 years ago

What VSCode extension you use for auto completing html for you?

Jason Brown
Jason Browninstructor
~ 7 years ago

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.

Nikita
Nikita
~ 7 years ago

What is it called theme you use in vs code?

Jason Brown
Jason Browninstructor
~ 7 years ago

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

Markdown supported.
Become a member to join the discussionEnroll Today