We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This commit 82526c8 gives an error in react packager when using this library @Jasbir23
It complaines about duplicate module name with react and react-native. This issue kinda explaines it: aksonov/react-native-router-flux#1809
So i believe after you added react-native and react as dependencies for your travis tests, it breaks now for simple usage of the library.
This might be solved with removing dependencies that is just for tests, and added them to devDependencies rather than the dependencies object.
The text was updated successfully, but these errors were encountered:
Thanks for the input here @vongohren, Looking into this.
Sorry, something went wrong.
Hey @vongohren I hope this fixes it 4e3f891
Looks promising, cant confirm until friday though :(
I can confirm it works
No branches or pull requests
This commit 82526c8 gives an error in react packager when using this library @Jasbir23
It complaines about duplicate module name with react and react-native.
This issue kinda explaines it: aksonov/react-native-router-flux#1809
So i believe after you added react-native and react as dependencies for your travis tests, it breaks now for simple usage of the library.
This might be solved with removing dependencies that is just for tests, and added them to devDependencies rather than the dependencies object.
The text was updated successfully, but these errors were encountered: