Skip to content

Commit d4c98c1

Browse files
committed
Update readme
1 parent bd540cc commit d4c98c1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121

2222
Current package is fully redesigned in `2.0.0`. We recommend you to use this package version `>=2.0.0`.
2323

24+
## Alternative
25+
26+
Do you enjoy using `react-native-switch-toggle`? Then think about using [dooboo-ui](https://github.com/dooboolab/dooboo-ui) which is our ui integrated ilbrary. It included `SwitchToggle` from `0.1.6`.
27+
28+
```
29+
yarn add doobo-ui
30+
```
31+
2432
## Props
2533

2634
| | necessary | types | default |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-switch-toggle",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Highly customizable animating react native switch toggle component.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)