ReactNative
folder, and find the assets
folder. Inside this folder, it should contain index.android.bundle
. This file will contain all of the React JavaScript in a **minified format.**React Native Reverse Engineeringindex.html
in the same directory with the following code in it.If you are able to find a file calledindex.android.bundle.map
, you will be able to analyze the source code in an unminified format.map
files contain the source mapping that allows you to map minified identifiers.