mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-02 22:20:49 +00:00
📝 Change the default value of floating button edge in the deprecated constructor to be left
This commit is contained in:
parent
48854677c1
commit
d1c1daa9f7
@ -65,7 +65,7 @@ public class RNInstabugReactnativePackage implements ReactPackage {
|
||||
public RNInstabugReactnativePackage(String androidApplicationToken, Application androidApplication,
|
||||
String invocationEventValue, String primaryColor) {
|
||||
new RNInstabugReactnativePackage(androidApplicationToken,androidApplication,invocationEventValue,primaryColor,
|
||||
InstabugFloatingButtonEdge.RIGHT,250);
|
||||
InstabugFloatingButtonEdge.LEFT,250);
|
||||
}
|
||||
|
||||
public static class Builder {
|
||||
|
Loading…
x
Reference in New Issue
Block a user