how to expo SMS work

I using expo sms follow instruction documentation. I run app on IOS simulator and send message but SMS didn’t work. How do I fix that? Here is my code

I don’t think it’s possible to send SMSes from the simulator:

I think that you will find that isAvailable is false.

1 Like

Thanks i will try it

It took me way too long to realize that you cannot send texts from the iphone simulator but you can send texts from an iPhone if you have the expo app installed and run your app within expo on your iPhone.

Even though I have an iPhone, I was using the simulator out of convenience (and because I use my phone for other stuff) for so long without problem that I had stopped using it for testing entirely.