-
The library works normally when the build runs in debug mode, but when run in release mode it does not apply obfuscation.
Displaying "warning: Obfuscation SKIPPED [Not a *bundle* command]"
React…
-
### Minimal reproducible example
https://github.com/IjzerenHein/expo-no-minify
### What platform(s) does this occur on?
Android, iOS
### Where did you reproduce the issue?
in a standalone app
##…
-
### Start Date
_No response_
### Implementation PR
_No response_
### Reference Issues
_No response_
### Summary
Background:
To enhance the security of our React Native application, especially …
-
### Platform
Dart
### Obfuscation
Enabled
### Debug Info
Enabled
### Doctor
[✓] Flutter (Channel stable, 3.22.3, on macOS 14.5 23F79 darwin-arm64, locale en-AU)
• Flutter version 3.22.3 on …
-
I read on stack overflow that some obfuscation is already achieved by default in React Native during bundling/minification phase but I have not confirmed it.
Do you happen to have more information or…
-
This works with the main app (opening by click the app icon) but when an extension load the app inside other apps it just break.
The extension modal containing the app pops up then immediately clo…
-
Even if it's possible in expo standalone apps to use metro.config.js, this plugin simply do nothing.
Any clue on how to debug it?
-
CryptoJS.HmacMD5('text', 'pass')
> TypeError: Cannot read property 'init' of undefined
at Object.HmacMD5
...
naxel updated
4 years ago
-
### Environment
React-native: 0.72.3
Sentry: 5.18.0
node: 18.19.0
### Steps to Reproduce
1- new react native project
2- npx @sentry/wizard@latest -s -i reactNative
### Expected Result
…
-
The build works fine in the debug mode, but as soon as we enable the proguard, we have started getting the following exception and app is crashing right away, can someone suggest the right proguard ru…