mobile-messaging-react-native-plugin
mobile-messaging-react-native-plugin copied to clipboard
Update Installation type to add optional pushRegistrationId
The user guide mentions doing this to get the pushRegistrationId
mobileMessaging.getInstallation(
installation => {
// Here you can get pushRegistrationId with installation.pushRegistrationId
}
);
however it doesn't exist in the types so when using this in a Typescript project you get an error