I downloaded APK file from Google Play, and want to know if the develop of the application have used React Native library. What\'s a quick and stable way to do that? (Would be e
I can offer you 2 solutions:
You can use dex2jar.
When you open the generated jar file, you can check if it uses React Native if there is a folder /com/facebook/react/.
Solution 2
app.apk into app.zipdexdump from AndroidSDK$ANDROID_HOME/build-tools//dexdump:dexdump classes.dex`com/facebook/react in the output of dexdump