Julius Huck

Results 13 comments of Julius Huck

I fixed it in this package: https://www.npmjs.com/package/@juliushuck/react-native-navigation-material-bottom-tabs I will be using it until this issue is resolved. This is the change that was required: https://github.com/react-navigation/react-navigation/commit/78f2ee6fdb721b47a63007d5853db2c35164d219

I want that feature too, but I think the mongoose find method does not support this either. I solve this by creating a _category_name field on the product and then...

Hi, would love to see this in react native. I want to provide users with the same experience on the web and in the app. And second reason to share...

rollupOptions: { output: { format: "es" } } did the trick for me. I do not have to do this in my react vite config, just in my "node" vite...

To solve the problem of the floating labels getting cut of I'm using this for now: `createTheme({compontents: { MuiDialogContent: { styleOverrides: { root: { paddingTop: "20px !important" } } }...

I need this - I'm importing data an my clients get confused when a "07" year gets parsed to year 7 and does not throw an error. See my current...

I also have the problem with a menu not closing. I have a custom button that has a loading state inside the menu. I want the menu to stay open...

@Abhushit Yes, "uncontrolled" also works for me. I tried to control the open state here: https://codesandbox.io/s/eloquent-feather-wfsj7f?file=/Demo.tsx But the menu is never firing onClose when I click away. Is this use...

@Abhushit Thank you for the solution - That works for now and maybe in the future, joy could support the use case a bit simpler. @sai6855 I'm looking forward to...