Nicolas Lazzos

Results 2 issues of Nicolas Lazzos

On the `hide()` method, when the `menuState` is being setted as `HIDDEN`, this was triggering the `_onMenuLayout()` method, so the `menuState` was immediately being setted to `ANIMATING`, which was causing...

Fixing the ripple start position for newer versions of `react-native-web` that doesn't appear to have the `locationX` and `locationY` props in the `nativeEvent`. Instead, it has the `layerX` and `layerY`...