Andrii
Andrii
use case: sharing a link from Safari to the app. after some `NSLog`ging and `print`ing I found that the data is sent by the extension's view controller. The `ShareMenuManager` handles...
@NiftyApp nope, I ended up creating my own share extension and tweaking the package via `patch-package`
I'm facing the same issue. The app disappears from the share sheet on the second open: 1. Open a website in Safari 2. Tap on share icon 3. App is...
reproducible on iOS 15.5 and 16
thanks @wkozyra95 - `---resource-large large` solves the issue
hey folks - I've faced such issue in Next.js 13.4 The solution is to update the `next.config.js`: ```js const nextConfig = { experimental: { // don't bundle the package serverComponentsExternalPackages:...
I'm facing similar issue. The `components.json` is: ```json { "$schema": "https://ui.shadcn.com/schema.json", "style": "new-york", "rsc": true, "tsx": true, "tailwind": { "config": "tailwind.config.ts", "css": "src/app/globals.css", "baseColor": "slate", "cssVariables": true }, "aliases": {...
@AyoCodess have you seen https://docs.expo.dev/build-reference/eas-json/#resourceclass ?
BloomRPC and insomnia is going to release support of multiple proto files