Skip to content

Commit

Permalink
doc edited patch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
1010nishant committed Mar 8, 2024
1 parent 9ad2f5e commit 2a55baa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![npm](https://img.shields.io/npm/dt/react-native-paper-dropdown-updated.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-paper-dropdown-updated)
[![npm](https://img.shields.io/npm/l/react-native-paper-dropdown-updated?style=for-the-badge)](https://github.com/1010/react-native-paper-dropdown-updated/blob/main/LICENSE)

this package is the updated version of [react-native-paper-dropdown](https://github.com/fateh999/react-native-paper-dropdown).

Material Design Dropdown Component using React Native Paper, now also with multiselect

## Dependencies
Expand Down
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# react-native-paper-dropdown
# react-native-paper-dropdown-updated

[![npm version](https://img.shields.io/npm/v/react-native-paper-dropdown.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-paper-dropdown)
[![npm downloads](https://img.shields.io/npm/dm/react-native-paper-dropdown.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-paper-dropdown)
[![npm](https://img.shields.io/npm/dt/react-native-paper-dropdown.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-paper-dropdown)
[![npm](https://img.shields.io/npm/l/react-native-paper-dropdown?style=for-the-badge)](https://github.com/fateh999/react-native-paper-dropdown/blob/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/react-native-paper-dropdown-updated.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-paper-dropdown-updated)
[![npm downloads](https://img.shields.io/npm/dm/react-native-paper-dropdown-updated.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-paper-dropdown-updated)
[![npm](https://img.shields.io/npm/dt/react-native-paper-dropdown-updated.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-paper-dropdown-updated)
[![npm](https://img.shields.io/npm/l/react-native-paper-dropdown-updated?style=for-the-badge)](https://github.com/fateh999/react-native-paper-dropdown-updated/blob/master/LICENSE)

Material Design Dropdown Component using React Native Paper

Expand All @@ -15,15 +15,15 @@ Material Design Dropdown Component using React Native Paper

```bash

yarn add react-native-paper-dropdown
yarn add react-native-paper-dropdown-updated

```

or

```
npm i react-native-paper-dropdown
npm i react-native-paper-dropdown-updated
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-paper-dropdown-updated",
"version": "1.0.2",
"version": "1.1.1",
"description": "Dropdown component using React Native Paper TextInput and Menu, now also with multiselect",
"files": [
"dist"
Expand Down

0 comments on commit 2a55baa

Please sign in to comment.