Minor cleanup and add KeyboardAvoidingView to global search.

This commit is contained in:
Patrick Fic
2025-10-29 10:22:31 -07:00
parent 9c5ee8ed16
commit 0ae416cc90
12 changed files with 129 additions and 51 deletions

View File

@@ -136,6 +136,7 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
<Card.Actions>
<Button
icon="bell-outline"
disabled={permissionState?.granted === true}
onPress={async () => {
try {
await registerForPushNotificationsAsync();