-
Notifications
You must be signed in to change notification settings - Fork 20
Cannot read property 'WalletManager' of undefined #43
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels