z98361
z98361
any update? pls
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 
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');...