📝 Change the default value of floating button edge in the deprecated constructor to be left

This commit is contained in:
Salma ElTarzi 2017-07-24 20:33:25 +02:00
parent 48854677c1
commit d1c1daa9f7

View File

@ -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 {