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

Making it work the hacky way #9

Open
LaloHao opened this issue Dec 13, 2017 · 3 comments
Open

Making it work the hacky way #9

LaloHao opened this issue Dec 13, 2017 · 3 comments

Comments

@LaloHao
Copy link

LaloHao commented Dec 13, 2017

First of all #4:
A bunch of these

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

@hugoh59
Copy link

hugoh59 commented Jan 15, 2018

This bug has been driving me crazy, would be nice to fix it soon. Thank you!

@hugoh59
Copy link

hugoh59 commented Jul 16, 2018

Could we merge the pull request anyone?

@LaloHao
Copy link
Author

LaloHao commented Jul 22, 2018

It either works for React > 16 or React < 16, it breaks the other as far as i can remember, the change was reverted in the last commits a841630 5edfd99

you might have luck installing the version prior to this
npm i --save Vizir/react-native-autocomplete-select#9194061

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

No branches or pull requests

2 participants