mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 06:30:41 +00:00
Adjust spacing
This commit is contained in:
parent
cb3f67a7f5
commit
b45d5ad7d0
31
index.js
31
index.js
@ -695,8 +695,8 @@ module.exports = {
|
||||
screenshot: Instabug.invocationEventScreenshot,
|
||||
twoFingersSwipe: Instabug.invocationEventTwoFingersSwipe,
|
||||
floatingButton: Instabug.invocationEventFloatingButton
|
||||
}
|
||||
,
|
||||
},
|
||||
|
||||
/**
|
||||
* Type of SDK dismiss
|
||||
* @readonly
|
||||
@ -706,8 +706,8 @@ module.exports = {
|
||||
submit: Instabug.dismissTypeSubmit,
|
||||
cancel: Instabug.dismissTypeCancel,
|
||||
addAttachment: Instabug.dismissTypeAddAttachment
|
||||
}
|
||||
,
|
||||
},
|
||||
|
||||
/**
|
||||
* Type of report to be submit
|
||||
* @readonly
|
||||
@ -716,8 +716,8 @@ module.exports = {
|
||||
reportType: {
|
||||
bug: Instabug.reportTypeBug,
|
||||
feedback: Instabug.reportTypeFeedback
|
||||
}
|
||||
,
|
||||
},
|
||||
|
||||
/**
|
||||
* The mode used upon invocating the SDK
|
||||
* @readonly
|
||||
@ -729,8 +729,8 @@ module.exports = {
|
||||
newFeedback: Instabug.invocationModeNewFeedback,
|
||||
newChat: Instabug.invocationModeNewChat,
|
||||
chatsList: Instabug.invocationModeChatsList
|
||||
}
|
||||
,
|
||||
},
|
||||
|
||||
/**
|
||||
* The supported locales
|
||||
* @readonly
|
||||
@ -753,8 +753,8 @@ module.exports = {
|
||||
spanish: Instabug.localeSpanish,
|
||||
swedish: Instabug.localeSwedish,
|
||||
turkish: Instabug.localeTurkish
|
||||
}
|
||||
,
|
||||
},
|
||||
|
||||
/**
|
||||
* The color theme of the different UI elements
|
||||
* @readonly
|
||||
@ -763,8 +763,8 @@ module.exports = {
|
||||
colorTheme: {
|
||||
light: Instabug.colorThemeLight,
|
||||
dark: Instabug.colorThemeDark
|
||||
}
|
||||
,
|
||||
},
|
||||
|
||||
/**
|
||||
* Rectangle edges
|
||||
* @readonly
|
||||
@ -775,8 +775,8 @@ module.exports = {
|
||||
minY: Instabug.rectMinYEdge,
|
||||
maxX: Instabug.rectMaxXEdge,
|
||||
maxY: Instabug.rectMaxYEdge
|
||||
}
|
||||
,
|
||||
},
|
||||
|
||||
/**
|
||||
* Instabug strings
|
||||
* @readonly
|
||||
@ -822,5 +822,4 @@ module.exports = {
|
||||
messageNotification: Instabug.messageNotification,
|
||||
messagesNotificationAndOthers: Instabug.messagesNotificationAndOthers
|
||||
}
|
||||
}
|
||||
;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user