fix : login

Deskripsi :
- login api

NO Issues
This commit is contained in:
2025-09-01 17:05:51 +08:00
parent 019c0a5e33
commit 24e1ace521
2 changed files with 5 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ export const requestPermission = async () => {
}
return false
}
return true
} else if (Platform.OS === 'ios') {
const { status } = await Notifications.requestPermissionsAsync();
return status === 'granted';