react-native-autocomplete-select icon indicating copy to clipboard operation
react-native-autocomplete-select copied to clipboard

Unable to resolve module `AccessibilityInfo`

Open kosiakMD opened this issue 8 years ago • 3 comments

RN error: Unable to resolve module AccessibilityInfo after installing your module

kosiakMD avatar Sep 27 '17 10:09 kosiakMD

get the same error. how did you resolved it ?

alainib avatar Oct 04 '17 07:10 alainib

@alainib, didn't decide, took another package :(

kosiakMD avatar Oct 06 '17 09:10 kosiakMD

Delete the react-native folder that got installed as a dependency from this package rm -r ./node_modules/react-native-autocomplete-select/node_modules/react-native then start the server resetting the cache npm start -- --reset-cache

LaloHao avatar Nov 30 '17 22:11 LaloHao