Hongbo Wang
Hongbo Wang
@echo8795 , Thanks for the PR. I tried to use your master branch, the same code works well with react-native-webview on iOS when sharedCookiesEnabled is true.The cookie was accepted by...
After the comments, I compared the cookie content to the one on iOS, they were different, then I found the issue of RN can only pass one cookie on Android....
@tobiarobi Hi tobiarobi, I also set the trace to true but got nothing obfuscated, and I use typescript as well, is it possible to share your transformer.js file? Thanks. Following...
@tobiarobi Thanks for the response. Your suggestion works. when I enable trace flag, see the output in console that all the files are obfuscating, however I found that the code...
@tobiarobi Thanks. We tried to log the obfuscated code out, It seems no obfuscation happens. :(
Same as us, no obfuscation on our specific code.
@azi1 our code is not properly obfuscated as well. did you solve your issue?
you can go to the android folder in your app root folder in the terminal, run ./gradlew assembleRelease, you should see "obfuscating xxx file" being logged if you enable the...
It could be not same as #245. the length of text is less of the width of the component. but the text is still truncated on 4.3.5, but works well...
Actually no need change for temp credential because the X-Amz-Security-Token is not involved into the signature calculation. I have verified this by comparing the results from https://github.com/kndt84/aws-api-gateway-client and this component....