vue-native-website icon indicating copy to clipboard operation
vue-native-website copied to clipboard

Please mention sending SMS

Open mariusa opened this issue 6 years ago • 3 comments

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

mariusa avatar Oct 12 '19 18:10 mariusa

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.

RishabhKarnad avatar Oct 14 '19 05:10 RishabhKarnad

Thanks

mariusa avatar Oct 14 '19 07:10 mariusa

I'll keep this issue open until this is added to the docs.

RishabhKarnad avatar Oct 14 '19 07:10 RishabhKarnad