React Native client for sending spoof SMS using sms-utility-api.
## Installation
# install dependencies
yarn # or npm install
# add URL for deployed sms-utility-api to .env
echo "API_URL=http://localhost:3000\nAPI_KEY=not_in_use" > .env
- Preferred: use XDE.
- Alternatively:
npm run start
This project was bootstrapped with Create React Native App. You can see the original guide for CRNA here.