mjohnston / react-native-webpack-server

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

Insert rnws entry files first into the React Native packager's search path #162

Closed philikon closed 8 years ago

philikon commented 8 years ago

The directory with rnws entry files becomes the React Native packager's projectRoot whereas the app directory becomes a regular root. The --root arg can be used to replace that default with a more narrowed down list.