Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit e2b5ad7

Browse files
committed
Update NPM version to v1.1.5
Fix Readme typo
1 parent 619806a commit e2b5ad7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Prop | Type | Optional | Default | Description
181181
`customSelector` | node | Yes | undefined | Render a custom node instead of the built-in select box.
182182
`selectedKey` | any | Yes | '' | Key of the item to be initially selected
183183
`enableShortPress` | bool | Yes | true | enables short press. This is regular touch behavior.
184-
`enableShortPress` | bool | Yes | false | enables long press. When true, `onModalOpen` returns `{longPress: true}`
184+
`enableLongPress` | bool | Yes | false | enables long press. When true, `onModalOpen` returns `{longPress: true}`
185185

186186
### Methods
187187

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-modal-selector",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)