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 b6e2cfca92ce4da152e4d2563821a1d05798d9ee
parent 2b5ec7e59dfe26adbde5f50e538bb366d9a15523
Author: Matthew Horan <matt@matthoran.com>
Date:   Sun, 27 Sep 2020 22:41:18 -0400

Fix TypeScript error with async-storage mock

Diffstat:
M__mocks__/@react-native-community/async-storage.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/__mocks__/@react-native-community/async-storage.js b/__mocks__/@react-native-community/async-storage.js @@ -1 +1 @@ -export default from '@react-native-community/async-storage/jest/async-storage-mock' +export { default } from '@react-native-community/async-storage/jest/async-storage-mock';