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

Load Reactnative-web components #34

Closed piranna closed 6 years ago

piranna commented 7 years ago

Allow to load components that have special components for ReactNative-web under *.web.js and *.web.jsx extensions. This should be done too on webpack.config.prod.js file, or better than that, make this file to inherit and overrride values from there as it's done for example in Django.