redux-persist-sensitive-storage
redux-persist-sensitive-storage copied to clipboard
'TypeError: (0 , _reduxPersistSensitiveStorage.default) is not a function' while running test cases
Used this redux-persist-sensitive-storage library and faced the above issue while running the test cases.
Tests suite failed to run
TypeError: (0 , _reduxPersistSensitiveStorage.default) is not a function
Using @testing-library/react-native
How to resolve this issue? Please let me know. Thank you