From 3cd34230e42724b1e91a469033eb60876f800b4f Mon Sep 17 00:00:00 2001 From: jackh Date: Thu, 13 Oct 2016 10:00:44 -0400 Subject: [PATCH] bump --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b6351..8ce818d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Props: - `submitText` (string) -- The string that is displayed on the submit button (defaults to "OK") - `cancelText` (string) -- The string that is displayed on the cancel button (defaults to "Cancel") - `onChangeText` (function) -- Function that is called with user input when it changes. +- `textInputProps` (Object) -- Additional props on the input element ## Testing @@ -69,6 +70,10 @@ npm test ## Changelog +### 0.18.6 + +- Adds `textInputProps` to allow additional props to be passed to the input element. Thanks @yueshuaijie! + ### 0.18.5 - Fixed compatibility with React Native 0.27.2 (thanks [@sibelius](https://github.com/sibelius) and [@tonyxiao](https://github.com/tonyxiao)!) diff --git a/package.json b/package.json index 40689fd..add728c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-prompt", - "version": "0.18.5", + "version": "0.18.6", "description": "A cross-platform prompt component for React Native.", "repository": { "type": "git",