-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
React & React-Native versions conflict while installing material-ui #4368
Comments
@aliajoudanian Material-UI doesn't currently support React Native. There are some references to it in the code from some experimental work that @oliviertassinari did, but nothing more at this stage. |
Thanks @mbrookes , Is there any specific plan to support material-ui in near future? |
Maybe in the distant future. 😄 |
Aside from not providing React Native components. It would be good that Material-UI can be installed under the same project with React Native. Actually, I don't see why it can't be done right now. Are you sure it's linked to this project? |
Any update on this issue and/or material-ui supporting react-native? |
I'm trying to install material-ui on new React-Native project which running react-native: 0.26.2 & react: "15.0.2. when I've installed material-ui npm package I've gotten these errors & warnings:
It seems there is version conflict for using last version of materil-ui with last react-native build.
Is there anyone that realize what can I do ?
The text was updated successfully, but these errors were encountered: