Skip to content

Commit

Permalink
Fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkwtz authored Feb 11, 2018
1 parent 0715b6e commit 15015b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# React Native Select
# React Native Picker Select

A Picker component for React Native which emulates the native `<select>` interfaces for iOS and Android

Expand All @@ -16,9 +16,9 @@ For either platform, you can alternatively pass down a child element that will b

### Installing

`npm install react-native-select`
`npm install react-native-picker-select`
or
`yarn add react-native-select`
`yarn add react-native-picker-select`

### Usage

Expand Down

0 comments on commit 15015b9

Please sign in to comment.