Keagan Stevens
Keagan Stevens
Downgrading to v2 seems to work for me.
The > I've narrowed down what seems to be causing the problem for me: > > In SceneView, the style object for the main view is > > ``` >...
Changing `layout.width ? { width: layout.width } : focused ? StyleSheet.absoluteFill : null, style` to `layout.width ? { width: layout.width } : focused ? StyleSheet.absoluteFill : null, {overflow:'visible'}` Solved it...
You should also disable the onPress event that opens the Menu while its is disabled.
@christopher-18 were you able to figure it out ?
I would really like this to work on Expo dev build.
> I would say, go for it =) I think burnt already has a good base, but it is missing features that Ting has. I would suggest creating the module...