README
Android notch checker
get notch height
method getNotchHeight()
check notch is exist
method withNotch()
installation
- Before app start need to start notch listening with method setNotchHeight()
- After you can get notch height in every plase
Get notch information for android
<script type="module">
import reactNativeAndroidNotch from 'https://cdn.skypack.dev/react-native-android-notch';
</script>
method getNotchHeight()
method withNotch()