microsoft / microsoft/react-native-windows

Add quirk setting to always use sqlite3 for AsyncStorage

Open
#10,312 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Partner: Facebook Workstream: Module Support
Dominant language
C++
Stars
17.3k
Forks
1.2k
Avg merge
1d 13h
Merged PRs (30d)
33

Description

Summary

Currently, we use Windows.Storage for AsyncStorage for apps with a valid package identity and sqlite3 for those without a valid package identity. There should be an option to always prefer the sqlite3 implementation of AsyncStorage.

Motivation

We use sqlite3 AsyncStorage in both packaged and unpackaged versions of our app.

Basic Example

No response

Open Questions

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the AsyncStorage implementation and the existing choice between Windows.Storage and sqlite3 for packaged and unpackaged apps. Trace how platform quirks or settings are defined and consumed, then verify that the new option consistently selects sqlite3 in both app identity states.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, react-native, sqlite
Domain
database, mobile-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.