Absolute paths in APK

I decompiled my generated .apk for my app and I actually found out that there are absolute paths in the assets*.json files:

  "_args": [*
     [*
      "jssip@3.8.2",*
      "/Users/******/*****-react-native"*
     ]*
  ],*

Is this necessary and if so why and for what?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.