https://github.com/rajdeepc/vscode-extension-nativebase-snippets
A Simple React Native Base Snippet VS Code Plugin
https://github.com/rajdeepc/vscode-extension-nativebase-snippets
linux nativebase visual-studio vscode-snippets
Last synced: 8 days ago
JSON representation
A Simple React Native Base Snippet VS Code Plugin
- Host: GitHub
- URL: https://github.com/rajdeepc/vscode-extension-nativebase-snippets
- Owner: Rajdeepc
- Created: 2019-08-05T18:28:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T18:45:53.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T10:33:30.160Z (over 1 year ago)
- Topics: linux, nativebase, visual-studio, vscode-snippets
- Homepage:
- Size: 815 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# React Native Base Snippets README
Automatically adds React Native Base snippets to your React Native Apps.
+ Required Expo 32 and Above and React Native 0.59
## Features
Supported languages (file extensions)
JavaScript (.js)
JavaScript React (.jsx)
JavaScript React Native(.jsx)
TypeScript (.ts)
TypeScript React (.tsx)
## Snippets Info
Basic Methods
`!rnbaccordian` ===>

`!rnbbadge` ===>

`!rnbbutton` ===>

`!rnbcard` ===>

`!rnbcheckbox` ===>

`!rnbadatepicker` ===>

`!rnbform` ===>

`!rnbheader` ===>

`!rnblist` ===>

`!rnbpicker` ===>

`!rnbradio` ===>

`!rnbasearchbar` ===>

## Extension Settings
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
For example:
This extension contributes the following settings:
* `myExtension.enable`: enable/disable this extension
* `myExtension.thing`: set to `blah` to do something
## Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
## Release Notes
### 1.0.0
Initial release of React Native Base Snippets
-----------------------------------------------------------------------------------------------------------
**Enjoy!**