File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ daysUntilStale: 30
44daysUntilClose : 90
55# Issues with these labels will never be considered stale
66exemptLabels :
7- - pinned
7+ - 📌 pinned
88 - security
99# Label to use when marking an issue as stale
1010staleLabel : 🚧 stale
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ sidebar_label: Installation
66
77First of all, install it using ` npm ` or ` yarn `
88
9+ ### Master branch (using Keychain and Android Shared Preferences)
10+
911``` bash
1012npm install --save react-native-sensitive-info
1113```
@@ -14,6 +16,17 @@ npm install --save react-native-sensitive-info
1416yarn 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
You can’t perform that action at this time.
0 commit comments