React Native Component Splitter

it is a VS CODE extension which allows us to split React components into sub-components

example

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

GitHub

https://github.com/nomi9995/react-native-component-splitter