happymaskterriblefate

Results 12 comments of happymaskterriblefate

I'm experiencing this too -- it's very odd. From what I can tell, channel message updates come through for "group chat" style channels without a problem, but if it's a...

Switched this PR to use [text-encoding](https://www.npmjs.com/package/text-encoding) instead of [web-encoding](https://www.npmjs.com/package/web-encoding) because web-encoding broke after ejecting my expo app.

Friendly bump on this :)

what problem are you running into?

heyyy we got a yarn.lock update yesterday. Maybe there's hope!

I've spent a *bunch* of time attempting to get the correct `crypto` APIs to be available in react-native, without success. From what I can tell, the APIs required are: -...

I had just about given up, but then tried the [react-native-webview-crypto](https://www.npmjs.com/package/react-native-webview-crypto) package. Here's what worked for me: App.js ```js import React, { useEffect } from "react"; import WebviewCrypto from "react-native-webview-crypto";...

Added a PR here: https://github.com/alik0211/mtproto-core/pull/187

Thank you -- I'll give it a shot and see if I can get it working. Will followup.