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 4fa19258081afe1f1507b8ad47850a6f2f3ca204
parent 39f99d16eb7416876d5bdb110c73c50ed5a9a3a1
Author: Matthew Horan <matt@matthoran.com>
Date:   Sat, 10 Nov 2018 13:56:08 -0500

Change Expo project name to WeechatRN

Also set to unlisted in preparation for publishing.

Diffstat:
Mapp.json | 18+++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/app.json b/app.json @@ -1,11 +1,14 @@ { "expo": { - "name": "WeechatNative", + "name": "WeechatRN", "description": "Weechat relay client using websockets", - "slug": "WeechatNative", - "privacy": "public", + "slug": "WeechatRN", + "privacy": "unlisted", "sdkVersion": "30.0.0", - "platforms": ["ios", "android"], + "platforms": [ + "ios", + "android" + ], "version": "1.0.0", "icon": "./assets/icon.png", "splash": { @@ -24,10 +27,10 @@ }, "packagerOpts": { "sourceExts": [ - "ts", - "tsx" + "ts", + "tsx" ], "transformer": "node_modules/react-native-typescript-transformer/index.js" } } -} +} +\ No newline at end of file