Skip to content

Commit

Permalink
chore: add update note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Jan 4, 2023
1 parent f095613 commit 1eefa0c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# react-native-settings-list

*Updated fork of [evetstech/react-native-settings-list](https://github.com/evetstech/react-native-settings-list) (unmaintained)*

A clean and highly customizable React Native implementation of a list of settings for a settings page.

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

---
Install the module with npm:
Install the module with yarn:

```sh
npm install react-native-settings-list@swrlab/react-native-settings-list --save
yarn add react-native-settings-list@swrlab/react-native-settings-list
```

or yarn:
or npm:

```sh
yarn add react-native-settings-list@swrlab/react-native-settings-list
npm install react-native-settings-list@swrlab/react-native-settings-list --save
```

## Usage
Expand Down

0 comments on commit 1eefa0c

Please sign in to comment.