react-native-scoped-storage icon indicating copy to clipboard operation
react-native-scoped-storage copied to clipboard

Cannot read property 'openDocumentTree' of undefined

Open gklsenthil opened this issue 2 years ago • 4 comments

Screenshot 2022-08-02 124830 Screenshot 2022-08-02 124627

gklsenthil avatar Aug 02 '22 07:08 gklsenthil

Are you using the library in expo?

ammarahm-ed avatar Aug 04 '22 18:08 ammarahm-ed

NO

gklsenthil avatar Aug 06 '22 07:08 gklsenthil

Fix your import:

import * as ScopedStorage from "react-native-scoped-storage";

ammarahm-ed avatar Aug 06 '22 19:08 ammarahm-ed

I am getting the same error my import is also correct

gurpreet-reddotapps avatar Nov 23 '22 19:11 gurpreet-reddotapps