mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-02-28 21:20:40 +00:00
Fix typo on iOS enums
for InstabugEnums invocationModeNewFeedback
This commit is contained in:
parent
a9dd80c192
commit
47bb36a915
@ -23,7 +23,7 @@ RCT_ENUM_CONVERTER(IBGInvocationEvent, (@{
|
||||
RCT_ENUM_CONVERTER(IBGInvocationMode, (@{
|
||||
@"invocationModeNA": @(IBGInvocationModeNA),
|
||||
@"invocationModeNewBug": @(IBGInvocationModeNewBug),
|
||||
@"invocationModeNewFeedbac": @(IBGInvocationModeNewFeedback),
|
||||
@"invocationModeNewFeedback": @(IBGInvocationModeNewFeedback),
|
||||
@"invocationModeNewChat": @(IBGInvocationModeNewChat),
|
||||
@"invocationModeChatsList": @(IBGInvocationModeChatsList)
|
||||
}), IBGInvocationModeNA, integerValue);
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
{
|
||||
"name": "instabug-reactnative",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "React Native plugin for integrating the Instabug SDK",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user