Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 738 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 738 Bytes

requesty

Requesty is super tiny React Native mobile app that tests all available Pusher functionalities using the official SDK.

Prerequisites

  • Node v18.*
  • Ruby 3.*
  • CocoaPods

Setup

$ gem install cocoapods
$ npm install
$ cd ios/
$ pod install

You also must rename .env.example to a .env with your own variables.

Server

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

Running

$ npm run ios # for ios
$ npm run android # for android