Skip to content

Commit

Permalink
Removed wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Sep 27, 2023
1 parent 194987e commit b4a5e11
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 194 deletions.
20 changes: 0 additions & 20 deletions CourierReactNativeDelegate.h

This file was deleted.

127 changes: 0 additions & 127 deletions CourierReactNativeDelegate.m

This file was deleted.

24 changes: 0 additions & 24 deletions CourierReactNativeWrapper.m

This file was deleted.

22 changes: 0 additions & 22 deletions CourierWrapper.m

This file was deleted.

2 changes: 1 addition & 1 deletion src/hooks/CourierProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { createContext, ReactNode, useContext, useEffect, useState } from 'react';
import { InboxMessage } from 'src/models/InboxMessage';
import { InboxMessage } from '../models/InboxMessage';
import Courier, { CourierPushListener, CourierInboxListener, CourierAuthenticationListener, iOSForegroundPresentationOptions } from '..';

let authListener: CourierAuthenticationListener | undefined = undefined
Expand Down

0 comments on commit b4a5e11

Please sign in to comment.