Skip to content

Commit ebb46ec

Browse files
committed
chore: update for compatibility with react-native 0.76
1 parent bb9d388 commit ebb46ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

RnBugfender.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Pod::Spec.new do |s|
3131
s.dependency "RCT-Folly"
3232
s.dependency "RCTRequired"
3333
s.dependency "RCTTypeSafety"
34-
s.dependency "ReactCommon/turbomodule/core"
34+
s.dependency "React"
3535
end
3636
end

ios/RnBugfender.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#import <React/RCTUtils.h>
44

55
#ifdef RCT_NEW_ARCH_ENABLED
6-
#import <RnBugfenderSpec/RnBugfenderSpec.h>
6+
#import "RnBugfenderSpec.h"
77
#endif
88

99
@implementation RnBugfender

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugfender/rn-bugfender",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "React Native bindings for Bugfender SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -70,7 +70,7 @@
7070
"pod-install": "^0.1.38",
7171
"prettier": "^2.7.1",
7272
"react": "^18.2.0",
73-
"react-native": "^0.72.3",
73+
"react-native": "^0.76.5",
7474
"react-native-builder-bob": "^0.21.3",
7575
"release-it": "^16.1.4",
7676
"typescript": "^4.9.5"

0 commit comments

Comments
 (0)