attempt to invoke interface method 'java.lang.string com.facebook.react.bridge.catalystinstance.getSourceURL()' on null object reference

Solution 1:

It seems that you are using react-native-reanimated in your project and it is mentioned in their documentation that remote debugging is no longer possible for react-native-reanimated.

Refer : React Native Reanimated Known problems and limitations

You can use Flipper for debugging your JS code : Debugging React Native apps with Flipper