react-native-webpack-server icon indicating copy to clipboard operation
react-native-webpack-server copied to clipboard

Ability to set --assets-dest for static images (RN 0.14+)

Open richarddewit opened this issue 10 years ago • 1 comments

Since RN 0.14 static images can be required from within project files, however this requires an additional build step in Xcode which bundles the index.ios.js file complete with all other assets. (Same goes for android, but this is specified in the android/app/react.gradle file).

So is there a possibility to set the --assets-dest for react-native bundle during the buildprocess of react-native-webpack-server (as it's done in node_modules/react-native/packager/react-native-xcode.sh)?

richarddewit avatar Nov 12 '15 15:11 richarddewit

+1

briangebala avatar Nov 17 '15 16:11 briangebala