输入框位置随键盘自动调整的scrollview
Go to file
huip 774d39a8eb Update index.js
修复在0.31版本下的 e.endCoordinates.screenY的报错问题
2016-08-20 12:26:27 +08:00
ios inputscrollview 2016-07-16 11:00:41 +08:00
.gitignore inputscrollview 2016-07-16 11:00:41 +08:00
.npmignore inputscrollview 2016-07-16 11:00:41 +08:00
README.md inputscrollview 2016-07-16 11:00:41 +08:00
index.js Update index.js 2016-08-20 12:26:27 +08:00
package.json 1.0.3 2016-07-16 11:02:32 +08:00

README.md

react-native-inputscrollview

防止键盘弹出时候,输入框被遮挡

如何安装

npm install react-native-inputscrollview --save
rnpm link react-native-inputscrollview

如何使用

用InputScrollView替换InputView外层的ScrollView组件