File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# react-native-settings-list
2
2
3
+ * Updated fork of [ evetstech/react-native-settings-list] ( https://github.com/evetstech/react-native-settings-list ) (unmaintained)*
4
+
3
5
A clean and highly customizable React Native implementation of a list of settings for a settings page.
4
6
5
7
![ 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
24
26
## Installation
25
27
26
28
---
27
- Install the module with npm :
29
+ Install the module with yarn :
28
30
29
31
``` 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
31
33
```
32
34
33
- or yarn :
35
+ or npm :
34
36
35
37
``` 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
37
39
```
38
40
39
41
## Usage
You can’t perform that action at this time.
0 commit comments