An open API service indexing awesome lists of open source software.

https://github.com/mohamedsaidsallam/react-native-component-snippet

Simply adds a snippet that creates a React Native Functional Component with Styles and PropTypes for JS and JSX files.
https://github.com/mohamedsaidsallam/react-native-component-snippet

react-native vscode vscode-extension

Last synced: 3 months ago
JSON representation

Simply adds a snippet that creates a React Native Functional Component with Styles and PropTypes for JS and JSX files.

Awesome Lists containing this project

README

          

# React Native Component Snippet

Simply adds a snippet that creates a React Native Functional Component with Styles and PropTypes for JS and JSX files.

## Features

Type `rnfesp` into a JS or JSX file to use the snippet.

Example:

![Snippet Example](./SnippetExample.gif)

## Credits

The original extension that I use everyday and wanted to modify is [ES7 React/Redux/GraphQL/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets) by dsznajder