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
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