I played around with the react native tutorial provided by Facebook. The React Native seemed to have a bundler already. I planned to use Webpack as my bundler and Typescript. How do I use webpack on the current React Native Version?
Asked
Active
Viewed 916 times
2
-
Answered here https://stackoverflow.com/a/45124774/4655003 – hyb175 Jul 25 '17 at 06:48
-
Ive tried it and it seemed to not build successfully with the latest version of react-native. – Juni Brosas Jul 25 '17 at 17:03
-
Looks like the fix is in https://github.com/callstack-io/haul/commit/870753d1df5f2d6f878584adb95a370bc2b5b169 but they have not released a new version for it yet. Probbly just wait a little bit on that, or use React Native 0.45 for now. – hyb175 Jul 25 '17 at 21:00