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 cc450448e1df94599df6f625d3026772a83a0f18
parent c4f17a0b04954e26432c3b3d7291abb9a9468730
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Sun,  1 Apr 2018 16:25:10 +0200

Add light statusbar

Diffstat:
Mindex.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/index.js b/index.js @@ -44,6 +44,7 @@ class WeechatNative extends React.Component { return ( <Provider store={store}> <ConnectionGate> + <StatusBar barStyle="light-content" /> <App fetchLinesForBuffer={this.fetchLines} /> </ConnectionGate> </Provider>