András Geiszl
András Geiszl
Any news on this? It feels like quite a big issue considering that it affects all the React Native apps that would use Jitsi as well as all the Android...
I would also love some null-safety support, however there is a workaround: you can add `// @dart=2.9` at the top of your generated file, then you will be able to...
> > I would also love some null-safety support, however there is a workaround: you can add `// @dart=2.9` at the top of your generated file, then you will be...
> And to the toolsets that use your dart code (flutter) and to the projects that want to use your library or any other place that has an import. Ahh...
Make sure you use `"@types/graphql-upload": "8.0.8"`. Versions starting from `8.0.9` has `"graphql": "^16.2.0"` as dependency, which has a different type signature. I had the same problem, downgraded to `8.0.8` and...
I'm trying to deploy to GCloud App Engine and getting the same issue. Neither of these proposed solutions would work there, would they? Has someone been able to solve this...
Sorry for the delay, didn't have much time recently to look into it. I found the manifest file in `C:\Program Files\WindowsApps\MicrosoftCorporationII.WindowsSubsystemForAndroid_2210.40000.7.0_x64__8wekyb3d8bbwe\AppxManifest.xml`. Do you know where I can get more information...
I have the same problem and the example in the apollo docs uses `graphql-tag` https://www.apollographql.com/docs/react/v2.5/advanced/fragments/#reusing-fragments
Sure it's at https://github.com/BindrUK/jitsi_meet/tree/platform-view (notice the branch name, it's on `platform-view`, not `master` yet). It's a bit of a Frankenstein at the moment, because many issues with wrapping the native...
Sure, here's a recording. You can also try our app for free from the play store (https://play.google.com/store/apps/details?id=com.bindr.app) https://user-images.githubusercontent.com/4456689/177109176-18b18db5-3e96-41e0-8dc3-6f448dbc2ac5.mp4 We are using it as a full-screen native view, but it can...