Skip to content

Commit 1eefa0c

Browse files
committed
chore: add update note to readme
1 parent f095613 commit 1eefa0c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-native-settings-list
22

3+
*Updated fork of [evetstech/react-native-settings-list](https://github.com/evetstech/react-native-settings-list) (unmaintained)*
4+
35
A clean and highly customizable React Native implementation of a list of settings for a settings page.
46

57
![ci workflow](https://github.com/swrlab/react-native-settings-list/actions/workflows/ci.yml/badge.svg)
@@ -24,16 +26,16 @@ A clean and highly customizable React Native implementation of a list of setting
2426
## Installation
2527

2628
---
27-
Install the module with npm:
29+
Install the module with yarn:
2830

2931
```sh
30-
npm install react-native-settings-list@swrlab/react-native-settings-list --save
32+
yarn add react-native-settings-list@swrlab/react-native-settings-list
3133
```
3234

33-
or yarn:
35+
or npm:
3436

3537
```sh
36-
yarn add react-native-settings-list@swrlab/react-native-settings-list
38+
npm install react-native-settings-list@swrlab/react-native-settings-list --save
3739
```
3840

3941
## Usage

0 commit comments

Comments
 (0)