Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 446 Bytes

File metadata and controls

15 lines (10 loc) · 446 Bytes

react-native-generator-stylesheet

A vscode extension that allows user to moves style from JSX element to StyleSheet.

HOW TO USE

demo1

  • Select the style which you want to move.
  • Press Ctrl+Shift+P or your shortcut key to open command panel.
  • Type react-native-generator-stylesheet and press Enter.
  • A prompt will appear which asks for the style name.
  • Type the style name and Press Enter
  • Voila! Magic.