mobile-messaging-react-native-plugin icon indicating copy to clipboard operation
mobile-messaging-react-native-plugin copied to clipboard

Update Installation type to add optional pushRegistrationId

Open tomgransden opened this issue 8 months ago • 0 comments

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

tomgransden avatar May 30 '24 17:05 tomgransden