You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rodineijf Thanks. Your solution works.
Can you please explain, why react-hot-loader depends on "react-dom" for React Native projects? Would it works when we release a build with it?
Current Behavior
Steps to reproduce:
react-native init MyProject
yarn add --dev haul
yarn haul init
yarn haul start --platform ios
ERROR
./node_modules/haul/node_modules/react-hot-loader/dist/react-hot-loader.development.js
Module not found: Error: Can't resolve 'react-dom' in '/Users/rfagundes/Workspace/rn/haulApp/node_modules/haul/node_modules/react-hot-loader/dist'
Haul Configuration (webpack.haul.js)
Supposed to be haul.config.js?
Your Environment
The text was updated successfully, but these errors were encountered: