React Native Component Splitter
it is a VS CODE extension which allows us to split React components into sub-components
Usage
1. Select the code you want to split to a new sub-component.
2. Choose Split Component
from the Right-Click Menu / Command Palette.
or press alt+option+cmd+k
3. Enter a name for the new sub-component.
Shortcut keys
Plateform | Key |
---|---|
MAC | alt+option+cmd+k |
Window | ctrl+shift+k |