Skip to content

Commit 3d9e57b

Browse files
committed
closing #206 & fixed stale bot
1 parent 4f023ad commit 3d9e57b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ daysUntilStale: 30
44
daysUntilClose: 90
55
# Issues with these labels will never be considered stale
66
exemptLabels:
7-
- pinned
7+
- 📌 pinned
88
- security
99
# Label to use when marking an issue as stale
1010
staleLabel: 🚧 stale

website/docs/installation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar_label: Installation
66

77
First of all, install it using `npm` or `yarn`
88

9+
### Master branch (using Keychain and Android Shared Preferences)
10+
911
```bash
1012
npm install --save react-native-sensitive-info
1113
```
@@ -14,6 +16,17 @@ npm install --save react-native-sensitive-info
1416
yarn add react-native-sensitive-info
1517
```
1618

19+
### Keystore branch (using Keychain and Keystore)
20+
21+
```bash
22+
npm install --save git://github.com/mCodex/react-native-sensitive-info#keystore
23+
```
24+
25+
```bash
26+
yarn add git://github.com/mCodex/react-native-sensitive-info#keystore
27+
```
28+
29+
1730
## Linking
1831

1932
### React-Native >= 0.60

0 commit comments

Comments
 (0)