Adam
Adam
> > @hpardess fix it after install and linking react-native-pager-view > > npm i -S react-native-pager-view@next react-native link react-native-pager-view > > it looks like autolinking does not work > >...
Same problem [email protected] package.json: ``` "dependencies": { "@notum-cz/strapi-plugin-content-versioning": "^0.4.0", "@strapi/plugin-graphql": "^4.1.6", "@strapi/plugin-i18n": "4.1.6", "@strapi/plugin-sentry": "^4.1.6", "@strapi/plugin-seo": "^1.7.2", "@strapi/plugin-users-permissions": "4.1.6", "@strapi/strapi": "4.1.6", "sqlite3": "^5.0.5", "strapi-plugin-wysiwsg-react-md-editor": "^4.1.4" } ```
This is a very big salt in the eye
I have the same problem. In addition, artifacts show up on DrawerContent when opening. **Steps to reproduce** - Take iPhone with Safari - Go to product page: https://plenti.app/pl/products/3845 - Klick...
I fixed this by creating custom config and types file. See code below. package.json: ```json "typecheck": "tsc --project tsconfig.typecheck.json", ``` tsconfig.typecheck.json: ```json { "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "skipLibCheck":...