vim-react-snippets icon indicating copy to clipboard operation
vim-react-snippets copied to clipboard

Add snippets for react native as well like VS code extension

Open ShivamJoker opened this issue 3 years ago • 2 comments

Many of us use React Native as well it would be great if you can add I can also try to make PR

ShivamJoker avatar Jun 01 '21 09:06 ShivamJoker

@ShivamJoker maybe you can do a fork of this repo and upload your changes in there, it would be really interesting have that snippets.

Regards!

ulises-castro avatar Jul 01 '21 21:07 ulises-castro

This repo is really just a collection of general patterns that I have found in my normal day-to-day development so I'm actually surprised others find these useful since it's been setup for a way for me to remember. I still haven't actually used React Native which is the main reason those types of snippets haven't been added yet.

I'd be fine with having React Native snippets added to this repo if:

  • they won't conflict with any of the existing snippets
  • there are no expectations that the snippets will be renamed or updated if I do start React Native work

If that doesn't sound ideal, I'd recommend either:

  • forking this repo and add the React Native snippets there
  • creating a separate repo just for React Native specific snippets
    • if you go this route, I'd be happy to update the README pointing to that repo so users could install both if needed

mlaursen avatar Jul 03 '21 02:07 mlaursen