Skip to content

Commit 4eecb2a

Browse files
authored
Release 1.2.2 (#1)
* docs: ✏️ added features * Create FUNDING.yml * PreRelease * Release 1.2.1 * Update README.md * fix: Readme
1 parent 82035d6 commit 4eecb2a

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
open_collective: arpitBhalla

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
node-version: 14
1919
- name: Install dependencies
2020
run: yarn install
21+
- name: Build
22+
run: yarn build
2123
- name: Release
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# React Native Elements Snippets
22

3-
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/i/rne.snippets?color=blue&style=flat-square) ![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/rne.snippets?style=flat-square) ![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/rne.snippets?style=flat-square)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
3+
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/rne.snippets?style=flat-square) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
44

55
![ScreenShot](./img/Screenshot.png)
66

7-
## Highlights
7+
**Note:** There are two ways to insert these:
88

9-
- Blah Blah
9+
- **Trigger Suggest** (<kbd>⌃</kbd><kbd>Space</kbd> on macOS) and then type in the name; or you can
10+
enable the **Editor: Tab Completion** setting, then type the name of the
11+
snippet and press <kbd>Tab</kbd>.
12+
13+
## Features
14+
15+
- Works in JS/X and TSX
16+
- Automatically adds missing imports when a snippet is inserted (as long as it succeeds in parsing the entire file)
17+
- Supports `React Native Elements Universe` Package
1018

1119
## Installation
1220

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "React Native Elements Snippets",
44
"description": "Snippets for React Native Elements ",
55
"private": true,
6-
"version": "1.1.1",
6+
"version": "1.2.1",
77
"publisher": "rne",
88
"keywords": [
99
"snippets",

0 commit comments

Comments
 (0)