weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 16e98de40e20813af1b4ef710760d770f2e8aad5
parent 61a07e1737134509c6a2e33473b32d8df7c2ea6c
Author: Matthew Horan <matt@matthoran.com>
Date:   Wed, 23 Jan 2019 21:10:29 -0500

Update README with instructions for using Expo

Diffstat:
MREADME.md | 14++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -9,20 +9,18 @@ The only supported option for connecting to a weechat instance is through websoc ## Development ```bash -# Install react-native-cli -yarn global add react-native-cli +# Install expo-cli +yarn global add expo-cli # Install dependencies for project yarn install - -# Launch iOS simulator -react-native run-ios - -# Run on Android device (not tested) -react-native run-android +# Launch Expo +yarn start ``` +On your device, scan the QR code with the Camera app (iOS) or the [Expo Client](https://play.google.com/store/apps/details?id=host.exp.exponent&referrer=www) (Android). + ## Example configuration All examples below uses `example.com` as hostname, and `5555` as port number, but you should of course replace them with your own values as needed.