The method hasSoftKeys on DetectNavbar always returns true even when the soft navbar keys are hidden. ` import DetectNavbar from 'react-native-detect-navbar-android' DetectNavbar.hasSoftKeys().then(D => { console.log(D) }) `