react-everywhere / re-start

react-native template to target multiple platforms :globe_with_meridians: :iphone: :computer: with single codebase.
https://medium.com/@amoghbanta/write-once-use-everywhere-with-react-native-d6e575efe58e#.nfl50gwfg
MIT License
1.3k stars 85 forks source link

UI library for cross platform #65

Closed Alphapage closed 6 years ago

Alphapage commented 6 years ago

Hello,

I can't find any info about compatible UI library for react-everywhere. Do you only use style to customize your ui ?

Thank you in advance for your answers.

piranna commented 6 years ago

There are several of them, for example I have been sucessful using https://github.com/xotahal/react-native-material-ui. Anything that don't make use of native components should work, and as a rule of thumb, if it's compatible with react-native-web it probably will run everywhere.