React Native 0.63.3 unable to resolve module ./Libraries/Components/AccessibilityInfo/AccessibilityInfo

72 Views Asked by At

I'm stuck on this error for 2 days now

Unable to resolve module ./Libraries/Components/AccessibilityInfo/AccessibilityInfo

I tried to deleted node modules, clear cache, but still no luck

Im using React Native 0.63.3 and React 16.13.1

Please help

1

There are 1 best solutions below

0
Yakup DURMUS On

Can you try deleting podfile.lock and package-lock.json and run

watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && npm install --legacy-peer-deps && cd ios/ && rm -rf build && rm -rf Pods && pod install && cd .. && npm start -- --reset-cache