z98361

Results 5 comments of z98361

here: add setKeyboardHeight function in index.js ``` setKeyboardHeight(h) { this.keyboardHeight = h } ``` in render() ``` case 'bottom': pos = height - this.props.positionValue - this.keyboardHeight ``` handle keyboard show/hide...

tested on android 6 v2.0.0 ![2018-11-25_213226](https://user-images.githubusercontent.com/37770780/48980321-fd2e6800-f0f9-11e8-89c7-72f26346e644.png)

here fork in source code, you can put in FileSystem.js ``` async getCacheSize(){ if (!await this.exists('cache')) { return 0; } // Get blobStatObjects. let lstat = await RNFetchBlob.fs.lstat(this.baseFilePath + 'cache');...