Skip to content

Commit 9bc4f8e

Browse files
committed
Release 4.0.13-5
1 parent e43ee9a commit 9bc4f8e

File tree

4 files changed

+205
-144
lines changed

4 files changed

+205
-144
lines changed

Sample/index.ios.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ KeyboardManager.setShouldResignOnTouchOutside(true);
5151

5252
const inputStyle = { minHeight: 40, borderColor: "#000000", borderWidth: 1, borderRadius: 2, paddingLeft: 5 };
5353

54-
const inputKeys = ['input1', 'input2', 'input3', 'input4', 'input5', 'textarea1',];
54+
const inputKeys = ['input1', 'input2', 'input3', 'input4', 'input5', 'input6',
55+
'textarea1', 'textarea2', 'textarea3', 'textarea4',];
5556

5657
class SampleKeyboardManager extends Component {
5758

0 commit comments

Comments
 (0)