You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warning is caused by a @providesModule declaration with the same name across two different files.
Loading dependency graph, done.
warning: the transform cache was reset.
Unable to resolve module `AccessibilityInfo` from `./node_modules/react-native/Libraries/react-native/react-native-implementation.js`: Module does not exist in the module map
Fixed by deleting the react-native folder inside the module #4 (comment) rm -r ./node_modules/react-native-autocomplete-select/node_modules/react-native
After that you might get:
FAILURE: Build failed with an exception.
* What went wrong:
Could not list contents of './node_modules/react-native-autocomplete-select/node_modules/.bin/react-native'.
You also need to delete that file rm ./node_modules/react-native-autocomplete-select/node_modules/.bin/react-native
Also apply 9194061 but don't forget to add prop-types to package.json
The text was updated successfully, but these errors were encountered:
First of all #4:
A bunch of these
Fixed by deleting the react-native folder inside the module #4 (comment)
rm -r ./node_modules/react-native-autocomplete-select/node_modules/react-native
After that you might get:
You also need to delete that file
rm ./node_modules/react-native-autocomplete-select/node_modules/.bin/react-native
Also apply 9194061 but don't forget to add
prop-types
topackage.json
The text was updated successfully, but these errors were encountered: