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 3d85fbe1980c5bbda59a962c7044e57895731149
parent 43ae696748c0ad8246f60896cf528666e61dfbea
Author: Matthew Horan <matt@matthoran.com>
Date:   Tue, 22 Sep 2020 12:35:14 -0400

Import Constants in push notification initializer

Diffstat:
Msrc/lib/helpers/push-notifications.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/helpers/push-notifications.ts b/src/lib/helpers/push-notifications.ts @@ -1,3 +1,4 @@ +import Constants from 'expo-constants'; import * as Notifications from 'expo-notifications'; import * as Permissions from 'expo-permissions';