Lottie + Haul dosn't work while remote debug is on
See original GitHub issueThe 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 |
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
haul/Recipes.md at master · callstack/haul - GitHub
From within the app tap on Enable remote debugging. This will open a page in Chrome, which you can safely close. Finally press...
Read more >IntelliJ remote debugger connects, but breakpoints are not ...
Create a "Remote" run configuration in Intellij; Start up sbt , run jetty:start , and then start the remote debugger. When I do...
Read more >Remote debugger freezes application : IDEA-204154 - YouTrack
Have java application running outside of IntelliJ (localhost is fine) · Connect to that JVM with a remote debugger. · Place a breakpoint...
Read more >PS5 Remote Play - How to set up and enable ... - Eurogamer
How to set up remote play on the PlayStation 5, including how to use remote play via the PS4 and enable rest mode...
Read more >Untitled
Torm kristina pirate attack, Wgm dimple couple ep 22 vietsub, Open air lichteneck 2012, ... Boiled egg calories myfitnesspal, Blind when you move...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@chelovekdrakon There’s a
looseModeproperty in configuration now: https://github.com/callstack/haul/blob/master/docs/Configuration.md Here’s a recipe: https://github.com/callstack/haul/blob/master/docs/Recipes.md#using-with-lottie-or-loose-mode-only-compatible-librariesTemporary workaround:
remove-strict-webpack-plugin(Don’t worry about the errors, it works fine).
Use this workaround until the proper fix lands.