-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obfuscation SKIPPED (Not working em release) #23
Comments
Exact same problem. Can't make it work. |
Are there any updates on this issue? |
I think this is because you are using Expo, which uses a different command for bundling. How are you building your release build? |
@ljzerenHein Via Android Studio. First clean with "./gradlew clean" and then Menu Build > Generfated Signed App Bundle / APK. at the moment: |
I am also facing the same issue. This is my Metro Config `const { getDefaultConfig } = require('expo/metro-config'); const defaultConfig = getDefaultConfig(__dirname); let assetExtsExtended = assetExts.filter((ext) => ext !== "svg"); /**
module.exports = mergeConfig(defaultConfig, config); Please suggest If you have any solution |
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 Native 0.72.5
Expo ~49.0.13
The text was updated successfully, but these errors were encountered: