Any import from library breaks React native application #4574
Labels
core
Infrastructure work going on behind the scenes
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
Hello,
I am having an issue with react-native. First of all I don't know exactly if react native support is already done but as far as I understand from closed issues in this repository, there is support, that's why I am trying to run the library with react-native.
Well I'll directly share the example project to demonstrate the issue:
https://github.com/cagataygurturk/material-ui-native-test
This project is running well without material-ui. However when I import a component from material-ui I get this error in mobile device:
http://i.hizliresim.com/v4y4P6.png
And
on console.
The problematic line is here: https://github.com/cagataygurturk/material-ui-native-test/blob/master/src/app/components/pages/NativeTest.js#L3
I think it's some problem related to babel, but no idea so far. Thanks for help.
The text was updated successfully, but these errors were encountered: