Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module AccessibilityInfo does not exist in the Haste module map #20331

Closed
3 tasks
anothercoder2 opened this issue Jul 21, 2018 · 7 comments
Closed
3 tasks

Module AccessibilityInfo does not exist in the Haste module map #20331

anothercoder2 opened this issue Jul 21, 2018 · 7 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@anothercoder2
Copy link

Environment

Run react-native info in your terminal and paste its contents here.

Description

Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.

Reproducible Demo

Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve

@anothercoder2
Copy link
Author

Created new react app with react-native init julyapp02
Did npm install
On running the app using react-native run-android I get the following issue

Module AccessibilityInfo does not exist in the Haste module map

My react native info:

C:\JS\react\nativetest\julyapp02>react-native info
Scanning folders for symlinks in C:\JS\react\nativetest\julyapp02\node_modules (28ms)

React Native Environment Info:
System:
OS: Windows 8.1
CPU: x64 Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz
Memory: 4.66 GB / 11.88 GB
Binaries:
Yarn: 1.6.0 - C:\Users\Milind\AppData\Roaming\npm\yarn.CMD
npm: 6.1.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.1.0.0 AI-173.4697961

Environment info

C:\JS\react\nativetest\julyapp02>node -v
v8.11.1

C:\JS\react\nativetest\julyapp02>react-native -v
react-native-cli: 2.0.1
react-native: 0.56.0

C:\JS\react\nativetest\julyapp02>npm -v
6.1.0

@leo-tavares
Copy link

Hello anothercoder2!

react-native 0.56.0 is broken in Windows plataform, please use 0.55.4

comand -> react-native init myApp --version 0.55.4

@leo-tavares
Copy link

I also had this problem! We have to wait for the next update, probably version 0.56.1 should correct this problem

@zain-merchant
Copy link

@leo-tavares has the correct solution, you can also try downgrading babel if that doesn't work. Agreed, hopefully 56.1 solves the issue as I'm having the same problem.

@kelset
Copy link
Contributor

kelset commented Jul 23, 2018

Duplicate of #19953

@kelset kelset marked this as a duplicate of #19953 Jul 23, 2018
@kelset kelset closed this as completed Jul 23, 2018
@chamaldesilva
Copy link

@leo-tavares great! you make my day buddy. I have same issue and now it's fixed!

@nnabueze
Copy link

@leo-tavares great! 0.56.0 is broken..react-native init myApp --version 0.55.4 worked

@facebook facebook locked as off-topic and limited conversation to collaborators Jul 30, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

7 participants