1.0.5 • Published 6 months ago

capacitor-sms-watcher-fork v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

capacitor-sms-watcher-fork

The plugin is designed to listen to incoming SMS messages - forked from @laravelka/csw - now work with capacitor 5+

Install

npm install capacitor-sms-watcher-fork
npx cap sync

API

watch()

watch() => Promise<{ from: string; body: string; }>

Returns: Promise<{ from: string; body: string; }>


1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago