Skip to content

Commit

Permalink
chore: update for compatibility with react-native 0.76
Browse files Browse the repository at this point in the history
  • Loading branch information
jgimenez committed Jan 2, 2025
1 parent bb9d388 commit ebb46ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RnBugfender.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Pod::Spec.new do |s|
s.dependency "RCT-Folly"
s.dependency "RCTRequired"
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
s.dependency "React"
end
end
2 changes: 1 addition & 1 deletion ios/RnBugfender.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#import <React/RCTUtils.h>

#ifdef RCT_NEW_ARCH_ENABLED
#import <RnBugfenderSpec/RnBugfenderSpec.h>
#import "RnBugfenderSpec.h"
#endif

@implementation RnBugfender
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugfender/rn-bugfender",
"version": "3.0.0",
"version": "4.0.0",
"description": "React Native bindings for Bugfender SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -70,7 +70,7 @@
"pod-install": "^0.1.38",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-native": "^0.72.3",
"react-native": "^0.76.5",
"react-native-builder-bob": "^0.21.3",
"release-it": "^16.1.4",
"typescript": "^4.9.5"
Expand Down

0 comments on commit ebb46ec

Please sign in to comment.