-
@aksonov currently we're storing the master key for generating wocky tokens in the `generateWockyToken` method in wocky-client. We should probably be storing that sensitive data somewhere more secure …
-
I noticed, that the default settings for productive build are more or less producing clear source code, even though there is a little minification, but nearly no obfuscation in it. Is there a way to m…
-
Hi,
Our project automatically upgraded to the new `instabug-reactnative` release `2.9.0` this caused an issue during proguard obfuscation:
```
Caused by: java.io.IOException: Can't write [/User…
-
For some reason Obfuscated: true will skip over the obfuscated numbers. I'm looking in to a fix as well as building an id mask and american phone number mask.
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issu…
-
I am trying to generate signed apk. The app runs perfectly with react-native run-android on mobile device when plugged with usb.
### Environment
OS: Windows 10
Node: 8.9.4
Yarn: Not Foun…
-
Edit by Dandelion Sprout 25th of February 2020: GitHub spectacularly failed to tell me that there was a comment limit of 2,500 comments in issue threads?! So now it seems that discussion has been forc…
-
I know this request has already come in. I appreciate your desire to see people adopt clean view architecture. However, you're getting these requests to suppress the view hierarchy because people ar…
-
I've gone through all the issues and can't tell why I'm the only one who can't get the alarm to work. If I call all the other methods like `cancelAllNotifications()`, `getScheduledAlarms`, I get expec…
-
It seems that currently, even if imported from JS, the CSS classes are global, which, while easy to grasp, is not very fit for a component-oriented workflow. (It still is good for application wide sty…