This project provides a set of Snippets or shortcuts for creating components and configuration files in React Native applications.
Begin
Installation
To install an extension you can run Command Pallete using the command Ctrl + Shift + P or Cmd + Shift + P, type Install Extensions and finally give an Enter.
Supported Languages
JavaScript (.js)
TypeScript (.ts)
JavaScript React (.jsx)
TypeScript React (.tsx)
How to use?
When you install the Extension the development in React Native will be much more fun.
Snippets
Below is the list of all available Snippets and the triggers for each. The ⇥ means the TAB key.
Trigger
Content
rnc →
Creates a Component Stateful
rnsc →
Creates a Component Stateless
rnfc →
Creates a Component Functional
rnfcc →
Creates a Component Functional
styled-rn →
Creates a Stylization file with Styled Components
rn-stylesheet →
Creates a Stylization file with StyleSheet Components
Contribution
Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be much appreciated.
Fork the project
Create a Branch for your Feature (git checkout -b feature / FeatureIncrivel)
Add your changes (git add .)
Commit your changes (git commit -m 'Adding an awesome Feature!)
Push the Branch (git push origin feature / FeatureIncrivel)
Open a Pull Request
Licença
Distributed under the MIT license. See LICENSE for more information.