UNPKG

kinvey-react-native-sdk

Version:

Kinvey JavaScript SDK for React Native applications.

5 lines (4 loc) 251 B
import { PushNotificationOptions } from 'react-native-push-notification'; export { PushNotificationOptions }; export declare function register(options?: PushNotificationOptions): Promise<string>; export declare function unregister(): Promise<string>;