Is it possible to reverse engineer applications in React Native?

1

I'm working on my TCC and I'm researching on reverse engineering, and as I work with react native, I wanted to know if it's possible for me to have an APK get its javascript code.

I know that using apktool and d2j-dex2jar I get the code in java and I can see that the APK is using react native if I find the / com / facebook / react / folder, but I was wondering if you can find the JS code.

    
asked by anonymous 19.07.2018 / 12:46

0 answers