Skip to content

Commit 95e7fad

Browse files
committed
added in support for ios - until renamed.
1 parent acb5445 commit 95e7fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/messaging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NativeModules, NativeEventEmitter } from 'react-native';
22
import { Base } from './base';
33
import { promisify } from '../utils';
44

5-
const FirestackMessaging = NativeModules.FirestackMessaging;
5+
const FirestackMessaging = NativeModules.FirestackMessaging || NativeModules.FirestackCloudMessaging;
66
const FirestackMessagingEvt = new NativeEventEmitter(FirestackMessaging);
77

88
/**

0 commit comments

Comments
 (0)