Mahaveer

Results 4 issues of Mahaveer

Is it possible to apply custom timing function? I cant find the prop related.

The following code returns false instead of true ```js const e = new KeyboardEvent("keydown", { key: "Tab", code: "Tab", which: "9", shiftKey: true }); console.log(e.shiftKey, e.key); console.log(isHotKey("shift+Tab", e)); ``` Use...

### Minimal reproducible example https://github.com/mahaveer0496/expo-localparams-repro ### Which package manager are you using? (Yarn is recommended) npm ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...

needs review
Router

### Issue description or question How to hide Code Coverage Boxes? Those green, gray and red boxes. I have settings enabled to show matching brackets in the gutter but those...

feature request