Alexis Loiselle
Alexis Loiselle
Hey @TheWirv, I wanted to let you know that I got [the comment you referenced](https://github.com/proyecto26/react-native-inappbrowser/issues/306#issuecomment-1004399977) to work by adding this to the `AppDelegate.swift`: ```swift func application(_ app: UIApplication, open url:...
Adding more memory to our runners resolved the issue for me, even though I noticed that OOM (Out Of Memory) errors aren't handled as gracefully as I would have expected....
Found out why that was happening on our side: we had different patches of the `@apollo/client` library on different workspaces while hoisting packages. This caused the `@apollo/client` and `@wry/context` library...