Skip to content

Cannot read property 'WalletManager' of undefined #43

@Shivani12345

Description

@Shivani12345

Previously I was using v1.1.7 of the library with React Native 0.74, and everything was working fine.

I recently upgraded only the library version to v2.1.0, without changing the React Native version. After the upgrade, the application is not running properly on both iOS and Android.

Package version:

"react-native-wallet-manager": "^2.1.0"

Error:

TypeError: Cannot read property 'WalletManager' of undefined

Code:

import WalletManager from 'react-native-wallet-manager';

console.log('WalletManager:', WalletManager);

It seems that WalletManager is coming as undefined.

Could you please help check if there are any breaking changes or additional setup steps required in v2.1.0?

Environment:

React Native: 0.74

Library: 2.1.0

Platform: Android & iOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions