sabeel muttil
sabeel muttil
``` ERROR: Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:@react-native-community_audio-toolkit] /Volumes/HDD/react-native/smartgrade-teachers-app/node_modules/@react-native-community/audio-toolkit/android/build/intermediates/library_manifest/debug/AndroidManifest.xml as the library might be using APIs not available in 16...
``` ** > please note this minSdkVersion now in 19 please change to 16 because if the min sdk is 19 most phones are not working. `I` mean only supporting...
After the application is left in the background for about an hour, the notification does not listen until the application is reopened again.
### Related Issue Closes #157 --- ### Summary This pull request adds an optional configuration to dismiss `SuperTooltip` when a scroll gesture is detected, preventing the tooltip from blocking scroll...
### Tooltip blocks scroll when the tooltip is visible When `SuperTooltip` is visible, scrolling the underlying widget (`ListView`, `SingleChildScrollView`, etc.) is blocked because the tooltip overlay consumes pointer events. **Expected...