#[SOLVED] How do I send sms on react native
9 messages · Page 1 of 1 (latest)
you can't. sending messages (sms/email/push) must be done server-side
I was following a tutorial but it used node-appwrite, I don't know if that's how you do it with react-native-appwrite
node-appwrite is a server SDK, meant to be used server side
Isn't that server-sided?
what?
Is what I showed you right?
the react native SDK is not a server SDK. see https://appwrite.io/docs/sdks
Got it, thank you!