Minor cleanup and add KeyboardAvoidingView to global search.
This commit is contained in:
@@ -136,6 +136,7 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
<Card.Actions>
|
||||
<Button
|
||||
icon="bell-outline"
|
||||
disabled={permissionState?.granted === true}
|
||||
onPress={async () => {
|
||||
try {
|
||||
await registerForPushNotificationsAsync();
|
||||
|
||||
Reference in New Issue
Block a user