Luca
Luca
> This solution is based on the the comment [satya164/react-native-tab-view#1137 (comment)](https://github.com/satya164/react-native-tab-view/issues/1137#issuecomment-797421081). but patching the file mentioned doesn't work for me ,but patching `pagerViewAdapter.tsx` worked. > > Tested on ios and...
+ This only happens when the keyboard is open.
My Prisma ORM schema has as 1-1 relation that sea-orm doesn't recognise too. A simplified version of my schema: ```sql -- CreateTable CREATE TABLE "Cart" ( "id" SERIAL NOT NULL,...
Dropdown menu is affected too. Might be the list that's the culprit here.
I just saw this issue and added the temporary fix and my app feels way faster now... This needs a fix.
Still an issue 20 sept
Still a problem.
You can use this today already by using patch-package or it's bun / pnpm equivalents. # How to 1. Edit node_modules/@react-pdf/layout/lib/index.js 2. Search for `let instance;` or go to line...
I seem to have kind of circumvented the issue very dirtily as follows: ```typescript const qrCode = ...; await getRawData(); if (navigator.userAgent.indexOf("Safari") !== -1) { // weird bug where safari...