vue-native-website
vue-native-website copied to clipboard
Please mention sending SMS
There's no mention on sending SMS at https://vue-native.io/docs/device-apis.html
Would you please mention either how to do it, or say it's not possible?
Thanks
Docs will be updated soon. Until then, you can use
- Expo SMS if you are using Expo.
- If you are not using Expo you can use react-native-sms
- If you are not using Expo, and using Bare React Native instead, you can still use the above package after linking. Follow these instructions, but it would involve also configuring Expo Unimodules.
Thanks
I'll keep this issue open until this is added to the docs.