wang

Results 1 issues of wang

import clear from 'react-native-clear-app-cache' constructor(props) { super(props) this.state = { unit : '', cacheSize : "0", } clear.getAppCacheSize((value,unit)=>{ this.setState({ cacheSize:parseInt(value), unit:unit }) }); }