Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 476 Bytes

VSCode > Extract react component

Core functionalities:

  • Extraction: extracts component to new file and embeds it in the current file. Props are automatically passed to the new component.

    (Folder src/components/NAME/index.js)

  • Embedding: wraps selected component in a component of choice (e.g. View, ScrollView )

  • Extract stylesheet inline

  • Extract method render