Debugging React Native Apps You Didn't Write

Debugging React Native Apps You Didn't Write This article presents a novel technique for dynamic analysis of Android applications written with the React Native framework, from a complete black-box perspective. It’s also a story of failure, as my original intention was to achieve full-blown debugging with breakpoints and live-editing in Chrome. Eventually I proved why this is not possible and settled half-way with just live-editing from any editor

Read more…