Konstantin Terziev
Konstantin Terziev
Very similarly I have an App using [Okta react native browser based authentication](https://github.com/okta/okta-react-native?tab=readme-ov-file#browser-sign-in) but cannot find if Detox supports testing screens behind such login.
When comparing the code of SheetManager.hide() and SheetManager.hideAll(), SheetManager.hideAll() is missing the isRegisteredWithSheetProvider logic. When using registerSheet(), prepending 'wrap_' to the id made SheetManager.hideAll() work in my case (v0.8.29) -...
In https://github.com/octokit/request.js/releases/tag/v7.0.0 node-fetch is removed. When this [Octokit REST API client](https://octokit.github.io/rest.js/v19) change trickles down here perhaps the implementation can start supporting the NODE_EXTRA_CA_CERTS environment variable - [node-fetch doesn't](https://stackoverflow.com/a/68904454).