React Native is in its evolving stage and as every day passed it will become more flexible and user friendly mobile application development language. But since its new version 0.56 is came out we all facing a new error only in Windows PC’s known as ” UnableToResolveError: Unable to resolve module ‘AccessibilityInfo’ from react-native-implementation.js Module AccessibilityInfo dose not exist in the Haste module MAP “ . This error is only coming while we create new react native project in Windows computers and if you are using MAC-OS then you will not face this type of any error. So to solve this error we need to make our project a version old like in 0.55.4 version because this error is only comes in 0.56 version and if you install a one step older version the this error should be solved.
Error should be look like below screenshot:
Contents in this project Solve unable to resolve module AccessibilityInfo Error in New React Native Project:
1. To solve this error in our newly build project all we have to do is downgrade our project version to 0.55.4, so we need to install this specific version. Open your command prompt and execute below command to install the 0.55.4 version of react native project:
1
|
react–native init ProjectName —version=0.55.4
|
Screenshot of CMD :