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.
2 replies
-
| You will have to use a "Javascript Obfuscator" tool like DexGuard: |
Beta Was this translation helpful? Give feedback.
0 replies
-
| 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.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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