Max Milyutin
Max Milyutin
Hi! Just built an empty project with expo version 42.0.1 and everything works :) https://github.com/mxck/react-native-menu-expo-42 The project does not use react-native-reanimated. Are you sure the problem is in the menu?...
@wilfriednhw hello! Right now you can create menus for each item, but this is not optimized. In the future, I will rework this library by using react context.
@gpsolarco you got this issue on mobile?
There is no such possibility right now.
This problems from using `Modal` inside this package.
@sharathm89 I will rewrite this library using contexts so soon you can use only one modal overlay for each screen.
@rmscoelho at the moment this is not possible. In near future I want rework this component in small one like `overlay` and `menu` and you can build own menu from...
@avin-kavish doesn't swagger already support 3.1? I redesigned the examples field in the past PR for version 3.0
Yes. Check this issue https://github.com/swagger-api/swagger-ui/issues/5891 I don't think there's any point in making 3.1 support if it won't work in current version of swagger?
Yes. In the body of the issue, there are links to the deprecation of the "example" field. In version 3.1 they tried to be compatible with JSON schema. There the...