File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ @implementation RCTConvert (InstabugEnums)
2323RCT_ENUM_CONVERTER (IBGInvocationMode, (@{
2424 @" invocationModeNA" : @(IBGInvocationModeNA),
2525 @" invocationModeNewBug" : @(IBGInvocationModeNewBug),
26- @" invocationModeNewFeedbac " : @(IBGInvocationModeNewFeedback),
26+ @" invocationModeNewFeedback " : @(IBGInvocationModeNewFeedback),
2727 @" invocationModeNewChat" : @(IBGInvocationModeNewChat),
2828 @" invocationModeChatsList" : @(IBGInvocationModeChatsList)
2929 }), IBGInvocationModeNA, integerValue);
Original file line number Diff line number Diff line change 11
22{
33 "name" : " instabug-reactnative" ,
4- "version" : " 1.0.3 " ,
4+ "version" : " 1.0.4 " ,
55 "description" : " React Native plugin for integrating the Instabug SDK" ,
66 "main" : " index.js" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments