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

Unable to resolve module AccessibilityInfo (RN v0.69.12) #16

Closed
nicosoutn2014 opened this issue Jul 25, 2023 · 2 comments · Fixed by #19
Closed

Unable to resolve module AccessibilityInfo (RN v0.69.12) #16

nicosoutn2014 opened this issue Jul 25, 2023 · 2 comments · Fixed by #19

Comments

@nicosoutn2014
Copy link

error: Error: Unable to resolve module AccessibilityInfo from /Users/.../node_modules/react-native-credit-card-input-plus/node_modules/react-native/Libraries/react-native/react-native-implementation.js: AccessibilityInfo could not be found within the project or in these directories:
node_modules/react-native-credit-card-input-plus/node_modules

  17 | const ReactNative = {
  18 |   // Components
> 19 |   get AccessibilityInfo() { return require('AccessibilityInfo'); },
     |                                             ^
  20 |   get ActivityIndicator() { return require('ActivityIndicator'); },
  21 |   get ART() { return require('ReactNativeART'); },
  22 |   get Button() { return require('Button'); },
@jainminals
Copy link

"react-native": "^0.68.3" try this version of react native .

@DeyanDanailov
Copy link

DeyanDanailov commented Feb 15, 2024

The exact same error is reproduced also in RN 0.73.4 when <CreditCard component is rendered. @jainminals Please give some ideas for solving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants