mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: circular deps part 14
This commit is contained in:
@@ -202,3 +202,8 @@ export function applyContentDescription(view: any /* View */, forceUpdate?: bool
|
||||
export function setupAccessibleView(view: any /* any */): void {
|
||||
updateA11yPropertiesCallback(view);
|
||||
}
|
||||
|
||||
// stubs
|
||||
export const iosNotificationObservers: Array<any> = [];
|
||||
export function iosAddNotificationObserver(notificationName: string, onReceiveCallback: (notification: any) => void) {}
|
||||
export function iosRemoveNotificationObserver(observer: any, notificationName: string) {}
|
||||
|
||||
Reference in New Issue
Block a user