Conor
Conor
We bumped into this issue as well with swapping stacks. AppNavigator currently does not re-render. Likely related: https://stackoverflow.com/questions/71257766/rerender-appnavigator-on-state-change
For anyone that finds their way here from crashes in a Firefox extension environment, I've merged this branch with 1.3.0 here: https://github.com/conoremclaughlin/reflect-metadata/commit/9a5223f018c7dde66278f0a30a9fb4901e7aa7d4 You can fork it and use it for...
I've run into this as well. It's particularly deadly since Firefox silently swallows the error and you can't see what stops a normal webpack bootstrap process. Compiled require statement for...
We're also running into this issue. We have an entering and exiting animation and as soon as it runs once, all screens that have a tabbed header within the stack...
I can potentially take this on once I have a working React-idiomatic example. I'm a bit concerned about this line from the React docs: > You may rely on useMemo...
As a follow up: We currently DO use useMemo in production and we haven't had any issues since this was opened almost a year ago now.
Would love to have this as well along with documentation with an example on how to set the parameters. Thank you so much!
after looking it over - this follows angular.js's standard select behaviour (which is silly IMO but oh well!). sorry to be a bother!
Also chiming in to say still a problem.
One clarification is I used jsc for the 0.71.3 video I added to https://github.com/facebook/react-native/issues/36296: 0.68.2 (snappy): https://www.loom.com/share/d0f9dac183f849e2ac6c6909b26a24c3 0.71.3 (significant lag on the learn tab): https://www.loom.com/share/2b73dae94d324b999d7ed31832565779 Hermes for 0.71.3 is unfortunately...