Apple sign in is mostly working. Did some other stuff too
This commit is contained in:
6
constants/Types.ts
Normal file
6
constants/Types.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export type NotificationMessage = {
|
||||
sound?: string;
|
||||
title: string;
|
||||
body: string;
|
||||
data?: any;
|
||||
};
|
Reference in New Issue
Block a user