Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental AsyncStorage support for react-native #983

Merged
merged 6 commits into from
Jul 1, 2024

Commits on Jun 30, 2024

  1. Experimental AsyncStorage support for react-native

    Use @react-native-async-storage/async-storage to implement an AsyncStorage based storage.
    Apollon77 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    49d7213 View commit details
    Browse the repository at this point in the history
  2. Finalize

    Use in react native env
    
    Also downgrades chai-as-promise because the esm only has effects on running tests locally
    Apollon77 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ab238da View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/main' into react-native-async-storage

    # Conflicts:
    #	package-lock.json
    #	packages/matter.js-react-native/package.json
    Apollon77 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4813c83 View commit details
    Browse the repository at this point in the history
  4. Merge

    Apollon77 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e4e8db5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    165d9c3 View commit details
    Browse the repository at this point in the history
  6. fix package-lock

    Apollon77 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    24819a9 View commit details
    Browse the repository at this point in the history