Quote:
Originally Posted by Bluebotlabs
Dangit, it's made in Java lol
well I suppose I can probalby get a bit of info from it :\
The problem with the React Native ones is that they're virtually impossible to decompile back into JS because they use Hermes which compiles it into bytecode
|
Had the same problem.
This helped a lot.
Also, 5.13.7 contained some uncompiled javascript and examples in `/app/tools/demoApp/js/demoApp.js`.
Quote:
Originally Posted by Bluebotlabs
Oh cool, thanks!
I want to see the JS source for the Home Screen and settings so that I can look at more examples of pillow function calls
|
Unfortunately, the JS probably doesn't actually call the pillow functions, but the React Native `Native Modules.`
Not 100% sure though.