Chris Glein
Chris Glein
Based on [the diredtory](https://reactnative.directory/?search=sql&windows=true) this one should have current Windows support: https://github.com/andpor/react-native-sqlite-storage It sounds like sqlite-2 exists because of problems with PouchDB in sqlite-storage. Is that the situation you're in?...
@NickGerleman Is this supported by Hermes Windows itself and we need to hook it up in RNW? Or is it also lacking in Hermes Windows (in which case we need...
Timing here depends a lot on when the shift to Hermes as default happens. We also have gaps in postmortem debugging, for example. This one here seems pretty fundamental as...
Can you provide the native callstack for that AV in RNFS.dll?
> What's "AV" in this context? Apologies, still fairly new to navigating VS for RNW AV = Access Violation. The crash stack that is referenced in your screenshot above from...
@vmoroz FYI
If the components aren't there, I assume the relevant recommendation is to [Disable Hermes](https://microsoft.github.io/react-native-windows/docs/hermes#disabling-hermes) and use Chakra? Do we need to capture our stance on Windows Server supported versions [here](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies)?
Love this. Seems like first step is adding a list of all ViewManagers to this issue (probably as a task list aka checkboxes). Then we can start drilling through them....
Hypothesis that this may go away with web debugging. Although we're not there yet. Could verify by trying this with web debugging disabled? Although difference between web debugging and not...
@chiaramooney does this repro with Gallery? (scenario seems like it should require nothing custom beyond that)