Craig Patik
Craig Patik
Any update for this issue now that 0.15 is out?
@leonardocroda's solution with `AppState.addEventListener` worked, however it only asked for permission after the state changed (i.e. put the app in the background, then back to the foreground). To make it...
> Where do you import AppStateStatus from ? ```jsx import { AppStateStatus } from 'react-native' ```
It is still an issue for me. When I use `tsc` to lint my code, I get this error: ```sh $ tsc --jsx react-jsxdev --noEmit ../node_modules/rooks/dist/types/index.d.ts:4:47 - error TS2307: Cannot...
vsc-organize-imports doesn't work for me. The setting `"vsc-organize-imports"` in settings.json doesn't seem to be recognized.
I patched the node module in my project to make it work. Feel free to use it (e.g. with [patch-package](https://www.npmjs.com/package/patch-package)). In my case I also needed to support multiple query...
I've updated my patch for 0.9.13. ```patch diff --git a/node_modules/next-router-mock/dist/MemoryRouter.js b/node_modules/next-router-mock/dist/MemoryRouter.js index f88adcc..e18824e 100644 --- a/node_modules/next-router-mock/dist/MemoryRouter.js +++ b/node_modules/next-router-mock/dist/MemoryRouter.js @@ -50,6 +50,40 @@ class BaseRouter { } } exports.BaseRouter = BaseRouter;...
This is still a problem
The types are still missing from version 8.1