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

index.js (116B)


      1 import { registerRootComponent } from 'expo';
      2 import Root from "./src/usecase/Root";
      3 
      4 registerRootComponent(Root);
      5