Commit aa34372a authored by Petter Häggholm's avatar Petter Häggholm

Pass channel options to native module

parent 4b1cd17b
......@@ -64,7 +64,7 @@ FCM.requestPermissions = () => {
FCM.createNotificationChannel = (channel) => {
if (Platform.OS === 'android') {
return RNFIRMessaging.createNotificationChannel();
return RNFIRMessaging.createNotificationChannel(channel);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment