UNPKG

react-native-android-sms-listener

Version:

Allows you to listen for incoming SMS messages

5 lines (4 loc) 73 B
/* @flow */ export type CancellableSubscription = { remove(): void; };