github LedgerHQ/ledger-live @ledgerhq/live-mobile@3.20.1

latest releases: @ledgerhq/swift-bridge-hw-app-solana@1.2.4-next.1, @ledgerhq/swift-bridge-hw-app-eth@1.2.6-next.1, @ledgerhq/live-wallet@0.6.1-next.1...
17 months ago

3.20.1

Patch Changes

  • #3304 c20a0d4284 Thanks @live-github-bot! - Patch asyncstorage-down to import AsyncStorage from @react-native-async-storage/async-storage

    Ledger Live Mobile has been recently updated to 0.71. One side effect is that AsyncStorage was removed from the main react-native package and moved to @react-native-async-storage/async-storage.

    LLM relies on an fs polyfill using asyncstorage-down under the hood, but the latter is now broken because it contains one hardcoded require call:

    require("react-native").AsyncStorage;

    Patching asyncstorage-down to import AsyncStorage from the right package should solve the issue.

Don't miss a new ledger-live release

NewReleases is sending notifications on new releases.