Baptiste Lecocq
Baptiste Lecocq
@nothinghalosix the fix of @koppen is merged on master.
Also have the same issue in production with eas, with all updated packages (expo 45, tab-view 3.1.1, react-native 0.68.2, node 16.13.0). Using the simulator is fine, but when I install...
I really needed to implement orientation quickly, so here is a small hack to make it work on both landscape right and left (as it works on portrait). ```ts ```
Any fix on `master` soon? Thanks @LockonF, works for me.
Great, thanks @sovanna
Any news? @sovanna
It's not related to your demo but to projects which import a recent version of `angular-material`. For instance, I use a `1.0.9` and it fails. Hope that helps.
Just reproduced it with the actual `examples/common`. Rename `pages` folder to `app`, and add the required `RootLayout`: ```js export default function RootLayout({ children }) { return ( {children} ); }...
@stavros-k just succeed by downgrading next from latest `13.5.6` to `13.4.19`. Seems to have a bug on it: https://github.com/vercel/next.js/issues/57277
> Same on Next 14. (I had to enable experimental webpack builder) > > ``` > experimental: { > webpackBuildWorker: true, > }, > ``` @stavros-k I still have issues...