No visible @interface for 'RCTAsyncLocalStorage' declares the selector 'initWithStorageDirectory

I have ejected expo from my project now I am trying to run using Xcode getting error
No visible @interface for ‘RCTAsyncLocalStorage’ declares the selector 'initWithStorageDirectory

“dependencies”: {
@expo/vector-icons”: “^8.0.0”,
“axios”: “^0.18.0”,
“color”: “^3.1.0”,
“expo”: “^31.0.6”,
“expokit”: “^31.0.2”,
“fetch”: “^1.1.0”,
“moment”: “^2.22.2”,
“native-base”: “^2.8.1”,
“react”: “16.6.1”,
“react-native”: “0.57.7”,
“react-native-modal-datetime-picker”: “^6.0.0”,
“react-native-multiple-select”: “^0.4.4”,
“react-navigation”: “^2.16.0”,
“util”: “^0.11.1”
},

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.