The problem is related to Lottie
Current Behavior
When you start to debug remotely it fails with an error Cannot create property 'runCommand' on string 'LottieAnimationView'
Expected Behavior
Debug remotely should be possible
Haul Configuration (webpack.haul.js)
module.exports = ({ platform }) => ({
entry: `./index.${platform}.js`,
})
| software |
version |
| Haul |
v1.0.0-beta.9 |
| react-native |
0.49.3 |
| node |
v8.6.0 |
| npm or yarn |
1.2.1 |
| lottie-react-native |
2.2.7 |