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

Error: Unable to resolve module ./Libraries/Components/AccessibilityInfo/AccessibilityInfo from node_modules/react-native/index.js #575

Closed
Abhishek12345679 opened this issue Sep 3, 2020 · 4 comments
Labels
Needs: Attention 👋 An issue that had been tagged "Needs: Author Feedback" has received activity (label applied by bot)

Comments

@Abhishek12345679
Copy link

Environment

  1. react-native -v: 0.63.2
  2. npm ls react-native-macos: ^0.62.0-0
  3. node -v: v12.14.1
  4. npm -v: 6.14.7
  5. yarn --version: 1.22.4
  6. xcodebuild -version: Xcode 11.3.1 Build version 11C505

Issue

Steps to Reproduce

I followed the basic steps provided in react-native-macos docs

  1. npx react-native init
  2. cd
  3. npx react-native-macos-init
  4. npx react-native start
  5. npx react-native run-macos

Expected Behavior

It should have launched properly , like a basic untouched react-native-macos app

Actual Behavior

Screen Shot 2020-09-03 at 3 11 17 PM

Reproducible Demo

You can just follow the steps above.

@Abhishek12345679
Copy link
Author

when is it supposed to go live ?

@acoates-ms
Copy link
Collaborator

Can you try this with react-native-macos 0.62.11?

@Abhishek12345679
Copy link
Author

let me check @acotes-ms

@ghost ghost added Needs: Attention 👋 An issue that had been tagged "Needs: Author Feedback" has received activity (label applied by bot) and removed Needs: Author Feedback labels Sep 16, 2020
@Abhishek12345679
Copy link
Author

It works but not with the command from the react-native-docs (npx react-native run-macos)

Instead it works when we start the metro server and app separately as -

yarn start:macos
npx react-native run-macos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Attention 👋 An issue that had been tagged "Needs: Author Feedback" has received activity (label applied by bot)
Projects
None yet
Development

No branches or pull requests

3 participants