UNPKG

react-native-android-sms-listener

Version:

Allows you to listen for incoming SMS messages

6 lines (5 loc) 96 B
/* @flow */ export type ReceivedSmsMessage = { originatingAddress: string; body: string; };