Requesty is super tiny React Native mobile app that tests all available Pusher functionalities using the official SDK.
- Node v18.*
- Ruby 3.*
- CocoaPods
$ gem install cocoapods
$ npm install
$ cd ios/
$ pod install
You also must rename .env.example
to a .env
with your own variables.
In order run the server, you need to install docker
and docker-compose
. Then, you can run:
$ cd server/
$ docker compose up
iOS requires HTTPS connections and therefore you can use something like ngrok to expose your local environment:
$ ngrok http 2000
$ npm run ios # for ios
$ npm run android # for android