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.
- Host: GitHub
- URL: https://github.com/mohamedsaidsallam/react-native-component-snippet
- Owner: MohamedSaidSallam
- Created: 2021-08-14T17:58:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T16:59:06.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T12:19:14.354Z (over 1 year ago)
- Topics: react-native, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=DigitalPhoenixX.react-native-component-snippet
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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:

## 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