Current status W.R.T. react-native-sqlite-storage #11048
-
tl;dr: Is I understand this is an external module, and I am not asking anyone to solve this for me. I am about to embark on fully understanding and either fixing it or writing some more thorough documentation for it (whichever is necessary), and I just want to know before I do if anyone here knows of any reason it shouldn't be working. Something like this where some change in this repo would have obviously broken functionality there. Through a lot of digging, I've finally got things to a point where I feel like it should be working, but I'm going to have to dig more through its code to figure out why it isn't. So is there any obvious reason from this repo why EDIT (random complaint): Seriously, what is the deal with no one following up after they ask for help with this module?? Every single issue dead-ends with "needs author feedback". Infuriating. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Okay, I think I have answered my own question and solved the issue. If possible, could an expert in this language please confirm that When I was running it, I get a |
Beta Was this translation helpful? Give feedback.
-
Related question: what's the difference between storing data in |
Beta Was this translation helpful? Give feedback.
-
Attempting to answer this question:
I can attempt to fill in the story there. When it became possible to add Windows support for community modules there was a need to track which were the most needed modules that were blocking apps. There's over a thousand of modules registered in the directory, but only a few dozen are really needed for the majority of apps. So we opened up the ability for people to file requests on this repo to try to learn about which ones were most needed (even though the source and general support for those modules lives in other repos). A small handful of folks across a couple different companies then spent some time trying to bridge those gaps and implement some modules. At some point a threshold was crossed of "good enough coverage" that it didn't make sense to keep pushing in that way. That's why we no longer have that form on this repo - really the way to get that done is to engage on the repo of the community module owner themselves. We haven't closed the remaining issues on this repo because technically those modules do still need Windows implementations, but it's not an area of active investment (and if it were, it'd probably have to wait for Fabric anyway). As for why they have "needs author feedback", that's supposed to be applied when there's an active question that the issue author should follow up on. Often that's missing parts of the template, such as details on how the module is being used that would contextualize its relative priority. But it shouldn't be on most of them; that sounds unintentional. |
Beta Was this translation helpful? Give feedback.
Okay, I think I have answered my own question and solved the issue. If possible, could an expert in this language please confirm that
.GetResults()
is misused in the orignal code here.When I was running it, I get a
method called at an unexpected time
error. DeletinggetResults()
fixes the issue and reinstates full functionality. For more detailed instructions, these are the steps I took to get pre-populated databases working with RNW.