react-router-native-stack
react-router-native-stack copied to clipboard
A stack navigation component for react-router-native
Bumps [auth0](https://github.com/auth0/node-auth0) from 2.12.0 to 2.27.1. Release notes Sourced from auth0's releases. 2.27.1 Changed Use [REDACTED] instead of [SANITIZED] when cleaning errors #515 (jimmyjames) Security Sanitize Headers on Errors #507...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...
This pull request adds unimodule support, so that this package can be used with react-native-web. Fixes https://github.com/Traviskn/react-router-native-stack/issues/48 Demo at https://github.com/hookedjs/eusy
added typing for typescript
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
I'm using scroll views and when the user scrolls to the end of a scroll, clicks a link, goes to a next screen and navigates back to the first scroll...
If two components render a `` component directly after each other, then we're left with a blank screen or splash screen. Works fine in 0.0.11, but broken since 0.0.12. Likely...
Would be nice for this package to support react-native-web. I think it would be a very light modification.