Replies: 3 comments 2 replies
-
You can see the bundle of any React Native Android app by opening the apk file. So you cannot really hide the file. |
Beta Was this translation helpful? Give feedback.
-
You will have to use a "Javascript Obfuscator" tool like DexGuard: |
Beta Was this translation helpful? Give feedback.
-
the alternative way is probably to use hermes. hermes will convert the plain text js bundle to bytecode bundle. that would increase the difficulty to trace your source code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So I created a catalyst app with React Native. One issue is that my main.jsBundle is expose. users can easy go to the app/content/resource an have access to bundle. Is there a way I can protect this file from being expose or stealing my source code
Beta Was this translation helpful? Give feedback.
All reactions