mui
mui copied to clipboard
ReactNative usage
Hey
Any idea if i can use MUI in a ReactNative app?
thanks
I believe some users are using MUI in ReactNative but I'm not positive. Can you try it out and let us know how your experience went?
i've just realised ... react native has it's on CSS processor called Stylesheet ... so raw css does not work directly so i guess the answer is no
It'd be nice to provide Stylesheet support for ReactNative so I'm going to keep this issue open.
Have you tried a CSS/SASS to ReactNative Stylesheet converter? https://www.npmjs.com/package/react-native-css
it didn't even crossed my mind because the past experience on doing this only made me loose time .. because every touch event needed a compromised ... i found that http://www.material-ui.com/ has React Native in it's roadmap so i am more focused on finding a bridge to UWP
Thanks for the update. I'll take a closer look at ReactNative Stylesheets to see how much time it will take for us to add support for it.