Sagar Gulati

Results 15 comments of Sagar Gulati

Having the same issue. Works fine with Android API 30 with Google Pixel Emulator on DEV but when make `bundleRelease` and use. Shows "network error" ``` "react": "17.0.1", "react-native": "0.64.1",...

Yes. As I found out on log cat, the first issue was with the API Level itself. Then the main issue turns out to be with support for TLS. The...

I was also wondering since Ubuntu 20.04 is LTS, why not support the `PHP 7.x` and `8.x` packages from the official repository than the `http://ppa.launchpad.net/ondrej` since they're available now with...

Any example for using `useTranslation` on `/api/ route` endpoints with Next.js? I tried import `{ i18n } from 'next-i18next'`; but `i18n?.init()` always returns `null` @pascalporedda @Hiiiij

+1 https://github.com/diegomura/react-pdf/issues/1734#issuecomment-1190760837

I'm also trying; let me know if you find a fix!

It doesn't seem to work inside the API `/api/generate/pdf` endpoints

I wouldn't recommend switching to react specific package while using a framework like next.js