Skip to content

note: add ObjCProtocols here #55

@NathanWalker

Description

@NathanWalker

private _resolve: () => void;

This I believe needs the static added, for example:

@NativeClass()
class PhotoViewerDelegateImpl extends NSObject implements NYTPhotosViewControllerDelegate {
  static ObjCProtocols = [NYTPhotosViewControllerDelegate];  // add this
  private _resolve: () => void; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions