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

Add Mac OS as a platform #46

Open jcampbell05 opened 6 years ago

jcampbell05 commented 6 years ago

You have the UMP platform supported but there is also a great library for adding native MacOS support that would be awesome to be included.

https://github.com/ptmt/react-native-macos

piranna commented 6 years ago

Pull-requests are welcome :-D I think it would be cool if you add the support on the re-base template :-)

jcampbell05 commented 6 years ago

Sure :) would love to :) is there a document I should read before I begin ?

piranna commented 6 years ago

Sure :) would love to :) is there a document I should read before I begin ?

I don't think so, just only add the dependencies that you need on that template and use any of its index.js files as basis to make it work on OSX :-)