mjohnston / react-native-webpack-server

Build React Native apps with Webpack
MIT License
933 stars 84 forks source link

Let the React Native packager provide the 'react' module as well #161

Closed philikon closed 8 years ago

philikon commented 8 years ago

In recent React Native versions, consumers are encouraged to import pure React APIs straight from the 'react' module. React Native obviously already includes the 'react' module in its bundle, so there's no reason to have webpack package it again. So we just export it here.

philikon commented 8 years ago

Ah, here we go Travis...